#3F2100

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

Shades of Cocoa Brown #3F2100

Tints of Cocoa Brown #3F2100

Color information

#3F2100 (or 0x3F2100) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 21 and 00. RGB value is (63,33,0). Sum of RGB (Red+Green+Blue) = 63+33+0=96 (12% of max value = 765). Red value is 63 (25% from 255 or 65.62% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2100 is #C0DEFF. Grayscale: #262626. Windows color (decimal): -12640000 or 8511. OLE color: 8511.

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

Color convert

RGB63330-
CMYK00.4810.75
HSL31.43º100%12.35%-
HSV(B)31.43º100%24.71%-
XYZ2.592.140.28-
YUV38.21106.44145.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 65.62%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.62%
G=34.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6333000.4810.7531.4310012.35
Hex3F210030644B1f64c
Octal774100601441133714414
Binary11111110000100110000110010010010111111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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