#331B05

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

Shades of Cocoa Brown #331B05

Tints of Cocoa Brown #331B05

Color information

#331B05 (or 0x331B05) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1B and 05. RGB value is (51,27,5). Sum of RGB (Red+Green+Blue) = 51+27+5=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #331B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B05 is #CCE4FA. Grayscale: #1F1F1F. Windows color (decimal): -13427963 or 334643. OLE color: 334643.

HSL color Cylindrical-coordinate representation of color #331B05: hue angle of 28.7º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331B05 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51275-
CMYK00.470.900.8
HSL28.7º82.14%10.98%-
HSV(B)28.7º90.2%20%-
XYZ1.781.50.34-
YUV31.67112.95141.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=61.45%
G=32.53%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5127500.470.900.828.782.1410.98
Hex331B502F5A501d52b
Octal633350571321203512213
Binary110011110111010101111101101010100001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,27,5); }

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

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

 a { background-color: rgb(51,27,5); }

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

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

 span { border-color: rgb(51,27,5); }

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