#382411

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

Shades of Cocoa Brown #382411

Tints of Cocoa Brown #382411

Color information

#382411 (or 0x382411) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 11. RGB value is (56,36,17). Sum of RGB (Red+Green+Blue) = 56+36+17=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382411 is #C7DBEE. Grayscale: #272727. Windows color (decimal): -13097967 or 1123384. OLE color: 1123384.

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

Color convert

RGB563617-
CMYK00.360.700.78
HSL29.23º53.42%14.31%-
HSV(B)29.23º69.64%21.96%-
XYZ2.362.140.82-
YUV39.81115.13139.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=51.38%
G=33.03%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56361700.360.700.7829.2353.4214.31
Hex382411024464E1d35e
Octal704421044106116356516
Binary11100010010010001010010010001101001110111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382411; }

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

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

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

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

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

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

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

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