#382106

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

Shades of Cocoa Brown #382106

Tints of Cocoa Brown #382106

Color information

#382106 (or 0x382106) is unknown color: approx Cocoa Brown. HEX triplet: 38, 21 and 06. RGB value is (56,33,6). Sum of RGB (Red+Green+Blue) = 56+33+6=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #382106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382106 is #C7DEF9. Grayscale: #242424. Windows color (decimal): -13098746 or 401720. OLE color: 401720.

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

Color convert

RGB56336-
CMYK00.410.890.78
HSL32.4º80.65%12.16%-
HSV(B)32.4º89.29%21.96%-
XYZ2.211.940.43-
YUV36.8110.62141.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=58.95%
G=34.74%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633600.410.890.7832.480.6512.16
Hex38216029594E2051c
Octal704160511311164012114
Binary11100010000111001010011011001100111010000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382106; }

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

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

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

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

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

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

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

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