#382404

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

Shades of Cocoa Brown #382404

Tints of Cocoa Brown #382404

Color information

#382404 (or 0x382404) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 04. RGB value is (56,36,4). Sum of RGB (Red+Green+Blue) = 56+36+4=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382404 is #C7DBFB. Grayscale: #262626. Windows color (decimal): -13097980 or 271416. OLE color: 271416.

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

Color convert

RGB56364-
CMYK00.360.930.78
HSL36.92º86.67%11.76%-
HSV(B)36.92º92.86%21.96%-
XYZ2.282.110.4-
YUV38.33108.63140.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=58.33%
G=37.5%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5636400.360.930.7836.9286.6711.76
Hex382440245D4E2557c
Octal704440441351164512714
Binary11100010010010001001001011101100111010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382404; }

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

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

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

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

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

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

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

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