Html Css Color HEX #382408 Cocoa Brown

📋 copy color: '#382408'

red 56 ◦ green 36 ◦ blue 8

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

Shades of Cocoa Brown #382408

Tints of Cocoa Brown #382408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 36%

 BLUE value IS 8 (3.52% from 255) = 8%

R = 56%
G = 36%
B = 8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#382408 (or 0x382408) is known color: Cocoa Brown. HEX triplet: 38, 24 and 08. RGB value is (56,36,8). Sum of RGB (Red+Green+Blue) = 56+36+8=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382408 is #C7DBF7. Grayscale: #262626. Windows color (decimal): -13097976 or 533560. OLE color: 533560.

HSL color Cylindrical-coordinate representation of color #382408: hue angle of 35º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #382408 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 8 -
CMYK 0 0.36 0.86 0.78
HSL 35º 0.75% 0.13% -
HSV(B) 35º 0.86% 0.22% -
XYZ 2.31 2.12 0.52 -
YUV 38.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 56 36 8 0 0.36 0.86 0.78 35 0.75 0.13
Hex 38 24 8 0 24 56 4E 23 4B D
Octal 70 44 10 0 44 126 116 43 113 15
Binary 111000 100100 1000 0 100100 1010110 1001110 100011 1001011 1101

Color Harmonies of #382408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382408

Black with #382408

Text Example


Text Example

White with #382408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382408; }

 p { color: rgb(56,36,8); }

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

background-color css

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

 a { background-color: rgb(56,36,8); }

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

border-color css

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

 span { border-color: rgb(56,36,8); }

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