#382311

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

Shades of Cocoa Brown #382311

Tints of Cocoa Brown #382311

Color information

#382311 (or 0x382311) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 11. RGB value is (56,35,17). Sum of RGB (Red+Green+Blue) = 56+35+17=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382311 is #C7DCEE. Grayscale: #272727. Windows color (decimal): -13098223 or 1123128. OLE color: 1123128.

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

Color convert

RGB563517-
CMYK00.370.700.78
HSL27.69º53.42%14.31%-
HSV(B)27.69º69.64%21.96%-
XYZ2.332.080.81-
YUV39.23115.46139.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=51.85%
G=32.41%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56351700.370.700.7827.6953.4214.31
Hex382311025464E1c35e
Octal704321045106116346516
Binary11100010001110001010010110001101001110111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382311; }

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

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

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

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

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

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

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

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