#382312

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

Shades of Cocoa Brown #382312

Tints of Cocoa Brown #382312

Color information

#382312 (or 0x382312) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 12. RGB value is (56,35,18). Sum of RGB (Red+Green+Blue) = 56+35+18=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382312 is #C7DCED. Grayscale: #272727. Windows color (decimal): -13098222 or 1188664. OLE color: 1188664.

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

Color convert

RGB563518-
CMYK00.370.680.78
HSL26.84º51.35%14.51%-
HSV(B)26.84º67.86%21.96%-
XYZ2.342.090.85-
YUV39.34115.96139.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=51.38%
G=32.11%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56351800.370.680.7826.8451.3514.51
Hex382312025444E1b33f
Octal704322045104116336317
Binary11100010001110010010010110001001001110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382312; }

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

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

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

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

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

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

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

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