#321802

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

Shades of Cocoa Brown #321802

Tints of Cocoa Brown #321802

Color information

#321802 (or 0x321802) is unknown color: approx Cocoa Brown. HEX triplet: 32, 18 and 02. RGB value is (50,24,2). Sum of RGB (Red+Green+Blue) = 50+24+2=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321802 is #CDE7FD. Grayscale: #1D1D1D. Windows color (decimal): -13494270 or 137266. OLE color: 137266.

HSL color Cylindrical-coordinate representation of color #321802: hue angle of 27.5º 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 #321802 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB50242-
CMYK00.520.960.80
HSL27.5º92.31%10.2%-
HSV(B)27.5º96%19.61%-
XYZ1.651.340.23-
YUV29.27112.61142.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=65.79%
G=31.58%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5024200.520.960.8027.592.3110.2
Hex3218203460501c5ca
Octal623020641401203413412
Binary11001011000100110100110000010100001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321802; }

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

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

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

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

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

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

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

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