Html Css Color HEX #383513 Karaka

📋 copy color: '#383513'

red 56 ◦ green 53 ◦ blue 19

#383513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #383513

Tints of Karaka #383513

RGB

 RED value IS 56 (22.27% from 255) = 43.75%

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 43.75%
G = 41.41%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#383513 (or 0x383513) is known color: Karaka. HEX triplet: 38, 35 and 13. RGB value is (56,53,19). Sum of RGB (Red+Green+Blue) = 56+53+19=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #383513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383513 is #C7CAEC. Grayscale: #323232. Windows color (decimal): -13093613 or 1258808. OLE color: 1258808.

HSL color Cylindrical-coordinate representation of color #383513: hue angle of 55.14º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383513 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 19 -
CMYK 0 0.05 0.66 0.78
HSL 55.14º 0.49% 0.15% -
HSV(B) 55.14º 0.66% 0.22% -
XYZ 3.02 3.43 1.12 -
YUV 50.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 56 53 19 0 0.05 0.66 0.78 55.14 0.49 0.15
Hex 38 35 13 0 5 42 4E 37 31 F
Octal 70 65 23 0 5 102 116 67 61 17
Binary 111000 110101 10011 0 101 1000010 1001110 110111 110001 1111

Color Harmonies of #383513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383513

Black with #383513

Text Example


Text Example

White with #383513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383513; }

 p { color: rgb(56,53,19); }

 H1.HeaderClassName
 {
   color: #383513;
 }
 .AnyTagClassName
 {
   color: #383513;
 }
</style>

background-color css

<style>
 a { background-color: #383513; }

 a { background-color: rgb(56,53,19); }

 div.DivClassName
 {
   background-color: #383513;
 }
 .BgClassName
 {
   background-color: #383513;
 }
</style>

border-color css

<style>
 span { border-color: #383513; }

 span { border-color: rgb(56,53,19); }

 td.TdClassName
 {
   border-color: #383513;
 }
 .TagClassName
 {
   border-color: #383513;
 }
</style>