#331F0A

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

Shades of Cocoa Brown #331F0A

Tints of Cocoa Brown #331F0A

Color information

#331F0A (or 0x331F0A) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1F and 0A. RGB value is (51,31,10). Sum of RGB (Red+Green+Blue) = 51+31+10=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F0A is #CCE0F5. Grayscale: #222222. Windows color (decimal): -13426934 or 663347. OLE color: 663347.

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

Color convert

RGB513110-
CMYK00.390.800.8
HSL30.73º67.21%11.96%-
HSV(B)30.73º80.39%20%-
XYZ1.911.710.52-
YUV34.59114.13139.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=55.43%
G=33.70%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51311000.390.800.830.7367.2111.96
Hex331FA02750501f43c
Octal6337120471201203710314
Binary1100111111110100100111101000010100001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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