#331D0A

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

Shades of Cocoa Brown #331D0A

Tints of Cocoa Brown #331D0A

Color information

#331D0A (or 0x331D0A) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1D and 0A. RGB value is (51,29,10). Sum of RGB (Red+Green+Blue) = 51+29+10=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D0A is #CCE2F5. Grayscale: #212121. Windows color (decimal): -13427446 or 662835. OLE color: 662835.

HSL color Cylindrical-coordinate representation of color #331D0A: hue angle of 27.8º 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 #331D0A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB512910-
CMYK00.430.800.8
HSL27.8º67.21%11.96%-
HSV(B)27.8º80.39%20%-
XYZ1.861.60.5-
YUV33.41114.79140.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=56.67%
G=32.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51291000.430.800.827.867.2111.96
Hex331DA02B50501c43c
Octal6335120531201203410314
Binary1100111110110100101011101000010100001110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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