#331C02

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

Shades of Cocoa Brown #331C02

Tints of Cocoa Brown #331C02

Color information

#331C02 (or 0x331C02) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1C and 02. RGB value is (51,28,2). Sum of RGB (Red+Green+Blue) = 51+28+2=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #331C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C02 is #CCE3FD. Grayscale: #202020. Windows color (decimal): -13427710 or 138291. OLE color: 138291.

HSL color Cylindrical-coordinate representation of color #331C02: hue angle of 31.84º 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 #331C02 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB51282-
CMYK00.450.960.8
HSL31.84º92.45%10.39%-
HSV(B)31.84º96.08%20%-
XYZ1.791.540.26-
YUV31.91111.12141.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=62.96%
G=34.57%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5128200.450.960.831.8492.4510.39
Hex331C202D6050205ca
Octal633420551401204013412
Binary110011111001001011011100000101000010000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,28,2); }

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

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

 a { background-color: rgb(51,28,2); }

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

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

 span { border-color: rgb(51,28,2); }

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