#331E01

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

Shades of Cocoa Brown #331E01

Tints of Cocoa Brown #331E01

Color information

#331E01 (or 0x331E01) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1E and 01. RGB value is (51,30,1). Sum of RGB (Red+Green+Blue) = 51+30+1=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #331E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E01 is #CCE1FE. Grayscale: #212121. Windows color (decimal): -13427199 or 73267. OLE color: 73267.

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

Color convert

RGB51301-
CMYK00.410.980.8
HSL34.8º96.15%10.2%-
HSV(B)34.8º98.04%20%-
XYZ1.831.630.25-
YUV32.97109.96140.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=62.20%
G=36.59%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5130100.410.980.834.896.1510.2
Hex331E102962502360a
Octal633610511421204314012
Binary11001111110101010011100010101000010001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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