#382412

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

Shades of Cocoa Brown #382412

Tints of Cocoa Brown #382412

Color information

#382412 (or 0x382412) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 12. RGB value is (56,36,18). Sum of RGB (Red+Green+Blue) = 56+36+18=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382412 is #C7DBED. Grayscale: #282828. Windows color (decimal): -13097966 or 1188920. OLE color: 1188920.

HSL color Cylindrical-coordinate representation of color #382412: hue angle of 28.42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382412 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB563618-
CMYK00.360.680.78
HSL28.42º51.35%14.51%-
HSV(B)28.42º67.86%21.96%-
XYZ2.372.150.86-
YUV39.93115.63139.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=50.91%
G=32.73%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56361800.360.680.7828.4251.3514.51
Hex382412024444E1c33f
Octal704422044104116346317
Binary11100010010010010010010010001001001110111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382412; }

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

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

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

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

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

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

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

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