#382204

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

Shades of Cocoa Brown #382204

Tints of Cocoa Brown #382204

Color information

#382204 (or 0x382204) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 04. RGB value is (56,34,4). Sum of RGB (Red+Green+Blue) = 56+34+4=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #382204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382204 is #C7DDFB. Grayscale: #252525. Windows color (decimal): -13098492 or 270904. OLE color: 270904.

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

Color convert

RGB56344-
CMYK00.390.930.78
HSL34.62º86.67%11.76%-
HSV(B)34.62º92.86%21.96%-
XYZ2.221.990.38-
YUV37.16109.29141.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=59.57%
G=36.17%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634400.390.930.7834.6286.6711.76
Hex382240275D4E2357c
Octal704240471351164312714
Binary11100010001010001001111011101100111010001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382204; }

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

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

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

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

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

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

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

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