#3F2101

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

Shades of Cocoa Brown #3F2101

Tints of Cocoa Brown #3F2101

Color information

#3F2101 (or 0x3F2101) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 21 and 01. RGB value is (63,33,1). Sum of RGB (Red+Green+Blue) = 63+33+1=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2101 is #C0DEFE. Grayscale: #262626. Windows color (decimal): -12639999 or 74047. OLE color: 74047.

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

Color convert

RGB63331-
CMYK00.480.980.75
HSL30.97º96.88%12.55%-
HSV(B)30.97º98.41%24.71%-
XYZ2.62.150.31-
YUV38.32106.94145.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=64.95%
G=34.02%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6333100.480.980.7530.9796.8812.55
Hex3F211030624B1f61d
Octal774110601421133714115
Binary11111110000110110000110001010010111111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,1); }

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

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

 a { background-color: rgb(63,33,1); }

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

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

 span { border-color: rgb(63,33,1); }

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