#331F0D

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

Shades of Cocoa Brown #331F0D

Tints of Cocoa Brown #331F0D

Color information

#331F0D (or 0x331F0D) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1F and 0D. RGB value is (51,31,13). Sum of RGB (Red+Green+Blue) = 51+31+13=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F0D is #CCE0F2. Grayscale: #232323. Windows color (decimal): -13426931 or 859955. OLE color: 859955.

HSL color Cylindrical-coordinate representation of color #331F0D: hue angle of 28.42º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331F0D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB513113-
CMYK00.390.750.8
HSL28.42º59.38%12.55%-
HSV(B)28.42º74.51%20%-
XYZ1.931.710.61-
YUV34.93115.63139.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=53.68%
G=32.63%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51311300.390.750.828.4259.3812.55
Hex331FD0274B501c3bd
Octal633715047113120347315
Binary110011111111101010011110010111010000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331F0D; }

 p { color: rgb(51,31,13); }

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

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

 a { background-color: rgb(51,31,13); }

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

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

 span { border-color: rgb(51,31,13); }

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