#382211

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

Shades of Cocoa Brown #382211

Tints of Cocoa Brown #382211

Color information

#382211 (or 0x382211) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 11. RGB value is (56,34,17). Sum of RGB (Red+Green+Blue) = 56+34+17=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382211 is #C7DDEE. Grayscale: #262626. Windows color (decimal): -13098479 or 1122872. OLE color: 1122872.

HSL color Cylindrical-coordinate representation of color #382211: hue angle of 26.15º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382211 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB563417-
CMYK00.390.700.78
HSL26.15º53.42%14.31%-
HSV(B)26.15º69.64%21.96%-
XYZ2.32.030.8-
YUV38.64115.79140.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=52.34%
G=31.78%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56341700.390.700.7826.1553.4214.31
Hex382211027464E1a35e
Octal704221047106116326516
Binary11100010001010001010011110001101001110110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382211; }

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

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

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

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

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

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

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

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