#382009

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

Shades of Cocoa Brown #382009

Tints of Cocoa Brown #382009

Color information

#382009 (or 0x382009) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 09. RGB value is (56,32,9). Sum of RGB (Red+Green+Blue) = 56+32+9=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382009 is #C7DFF6. Grayscale: #242424. Windows color (decimal): -13098999 or 598072. OLE color: 598072.

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

Color convert

RGB56329-
CMYK00.430.840.78
HSL29.36º72.31%12.75%-
HSV(B)29.36º83.93%21.96%-
XYZ2.21.890.51-
YUV36.55112.45141.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=57.73%
G=32.99%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632900.430.840.7829.3672.3112.75
Hex3820902B544E1d48d
Octal7040110531241163511015
Binary11100010000010010101011101010010011101110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382009; }

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

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

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

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

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

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

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

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