#3F2202

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

Shades of Cocoa Brown #3F2202

Tints of Cocoa Brown #3F2202

Color information

#3F2202 (or 0x3F2202) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 22 and 02. RGB value is (63,34,2). Sum of RGB (Red+Green+Blue) = 63+34+2=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2202 is #C0DDFD. Grayscale: #272727. Windows color (decimal): -12639742 or 139839. OLE color: 139839.

HSL color Cylindrical-coordinate representation of color #3F2202: hue angle of 31.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F2202 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB63342-
CMYK00.460.970.75
HSL31.48º93.85%12.75%-
HSV(B)31.48º96.83%24.71%-
XYZ2.632.210.34-
YUV39.02107.11145.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63.64%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=63.64%
G=34.34%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6334200.460.970.7531.4893.8512.75
Hex3F22202E614B1f5ed
Octal774220561411133713615
Binary111111100010100101110110000110010111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2202; }

 p { color: rgb(63,34,2); }

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

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

 a { background-color: rgb(63,34,2); }

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

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

 span { border-color: rgb(63,34,2); }

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