#382004

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

Shades of Cocoa Brown #382004

Tints of Cocoa Brown #382004

Color information

#382004 (or 0x382004) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 04. RGB value is (56,32,4). Sum of RGB (Red+Green+Blue) = 56+32+4=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #382004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382004 is #C7DFFB. Grayscale: #242424. Windows color (decimal): -13099004 or 270392. OLE color: 270392.

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

Color convert

RGB56324-
CMYK00.430.930.78
HSL32.31º86.67%11.76%-
HSV(B)32.31º92.86%21.96%-
XYZ2.171.880.36-
YUV35.98109.95142.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=60.87%
G=34.78%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632400.430.930.7832.3186.6711.76
Hex3820402B5D4E2057c
Octal704040531351164012714
Binary11100010000010001010111011101100111010000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382004; }

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

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

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

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

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

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

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

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