#321E02

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

Shades of Cocoa Brown #321E02

Tints of Cocoa Brown #321E02

Color information

#321E02 (or 0x321E02) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1E and 02. RGB value is (50,30,2). Sum of RGB (Red+Green+Blue) = 50+30+2=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E02 is #CDE1FD. Grayscale: #202020. Windows color (decimal): -13492734 or 138802. OLE color: 138802.

HSL color Cylindrical-coordinate representation of color #321E02: hue angle of 35º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #321E02 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB50302-
CMYK00.400.960.80
HSL35º92.31%10.2%-
HSV(B)35º96%19.61%-
XYZ1.791.610.27-
YUV32.79110.63140.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.98%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=60.98%
G=36.59%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5030200.400.960.803592.3110.2
Hex321E20286050235ca
Octal623620501401204313412
Binary110010111101001010001100000101000010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E02; }

 p { color: rgb(50,30,2); }

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

<style>
 a { background-color: #321E02; }

 a { background-color: rgb(50,30,2); }

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

<style>
 span { border-color: #321E02; }

 span { border-color: rgb(50,30,2); }

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