#382111

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

Shades of Cocoa Brown #382111

Tints of Cocoa Brown #382111

Color information

#382111 (or 0x382111) is unknown color: approx Cocoa Brown. HEX triplet: 38, 21 and 11. RGB value is (56,33,17). Sum of RGB (Red+Green+Blue) = 56+33+17=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382111 is #C7DEEE. Grayscale: #262626. Windows color (decimal): -13098735 or 1122616. OLE color: 1122616.

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

Color convert

RGB563317-
CMYK00.410.700.78
HSL24.62º53.42%14.31%-
HSV(B)24.62º69.64%21.96%-
XYZ2.281.970.79-
YUV38.05116.12140.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=52.83%
G=31.13%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56331700.410.700.7824.6253.4214.31
Hex382111029464E1935e
Octal704121051106116316516
Binary11100010000110001010100110001101001110110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382111; }

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

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

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

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

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

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

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

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