#321702

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

Shades of Cocoa Brown #321702

Tints of Cocoa Brown #321702

Color information

#321702 (or 0x321702) is unknown color: approx Cocoa Brown. HEX triplet: 32, 17 and 02. RGB value is (50,23,2). Sum of RGB (Red+Green+Blue) = 50+23+2=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #321702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321702 is #CDE8FD. Grayscale: #1C1C1C. Windows color (decimal): -13494526 or 137010. OLE color: 137010.

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

Color convert

RGB50232-
CMYK00.540.960.80
HSL26.25º92.31%10.2%-
HSV(B)26.25º96%19.61%-
XYZ1.631.30.22-
YUV28.68112.95143.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=66.67%
G=30.67%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5023200.540.960.8026.2592.3110.2
Hex3217203660501a5ca
Octal622720661401203213412
Binary11001010111100110110110000010100001101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321702; }

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

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

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

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

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

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

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

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