#382212

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

Shades of Cocoa Brown #382212

Tints of Cocoa Brown #382212

Color information

#382212 (or 0x382212) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 12. RGB value is (56,34,18). Sum of RGB (Red+Green+Blue) = 56+34+18=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382212 is #C7DDED. Grayscale: #262626. Windows color (decimal): -13098478 or 1188408. OLE color: 1188408.

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

Color convert

RGB563418-
CMYK00.390.680.78
HSL25.26º51.35%14.51%-
HSV(B)25.26º67.86%21.96%-
XYZ2.312.030.84-
YUV38.75116.29140.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=51.85%
G=31.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56341800.390.680.7825.2651.3514.51
Hex382212027444E1933f
Octal704222047104116316317
Binary11100010001010010010011110001001001110110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382212; }

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

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

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

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

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

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

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

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