#382008

Color #382008 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #382008

Tints of Cocoa Brown #382008

Color information

#382008 (or 0x382008) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 08. RGB value is (56,32,8). Sum of RGB (Red+Green+Blue) = 56+32+8=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382008 is #C7DFF7. Grayscale: #242424. Windows color (decimal): -13099000 or 532536. OLE color: 532536.

HSL color Cylindrical-coordinate representation of color #382008: hue angle of 30º 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 #382008 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56328-
CMYK00.430.860.78
HSL30º75%12.55%-
HSV(B)30º85.71%21.96%-
XYZ2.191.890.48-
YUV36.44111.95141.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=58.33%
G=33.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632800.430.860.78307512.55
Hex3820802B564E1e4bd
Octal7040100531261163611315
Binary11100010000010000101011101011010011101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382008; }

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

 H1.HeaderClassName
 {
   color: #382008;
 }
 .AnyTagClassName
 {
   color: #382008;
 }
</style>
background-color css

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

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

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

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

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

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