#331E00

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

Shades of Cocoa Brown #331E00

Tints of Cocoa Brown #331E00

Color information

#331E00 (or 0x331E00) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1E and 00. RGB value is (51,30,0). Sum of RGB (Red+Green+Blue) = 51+30+0=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #331E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E00 is #CCE1FF. Grayscale: #212121. Windows color (decimal): -13427200 or 7731. OLE color: 7731.

HSL color Cylindrical-coordinate representation of color #331E00: hue angle of 35.29º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #331E00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB51300-
CMYK00.4110.8
HSL35.29º100%10%-
HSV(B)35.29º100%20%-
XYZ1.831.630.22-
YUV32.86109.46140.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.96%
G=37.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5130000.4110.835.2910010
Hex331E002964502364a
Octal633600511441204314412
Binary11001111110001010011100100101000010001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,30,0); }

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

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

 a { background-color: rgb(51,30,0); }

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

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

 span { border-color: rgb(51,30,0); }

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