#382006

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

Shades of Cocoa Brown #382006

Tints of Cocoa Brown #382006

Color information

#382006 (or 0x382006) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 06. RGB value is (56,32,6). Sum of RGB (Red+Green+Blue) = 56+32+6=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #382006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382006 is #C7DFF9. Grayscale: #242424. Windows color (decimal): -13099002 or 401464. OLE color: 401464.

HSL color Cylindrical-coordinate representation of color #382006: hue angle of 31.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #382006 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB56326-
CMYK00.430.890.78
HSL31.2º80.65%12.16%-
HSV(B)31.2º89.29%21.96%-
XYZ2.181.890.42-
YUV36.21110.95142.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=59.57%
G=34.04%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632600.430.890.7831.280.6512.16
Hex3820602B594E1f51c
Octal704060531311163712114
Binary1110001000001100101011101100110011101111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382006; }

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

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

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

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

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

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

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

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