#3F2200

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

Shades of Cocoa Brown #3F2200

Tints of Cocoa Brown #3F2200

Color information

#3F2200 (or 0x3F2200) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 22 and 00. RGB value is (63,34,0). Sum of RGB (Red+Green+Blue) = 63+34+0=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2200 is #C0DDFF. Grayscale: #262626. Windows color (decimal): -12639744 or 8767. OLE color: 8767.

HSL color Cylindrical-coordinate representation of color #3F2200: hue angle of 32.38º 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 #3F2200 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB63340-
CMYK00.4610.75
HSL32.38º100%12.35%-
HSV(B)32.38º100%24.71%-
XYZ2.622.20.29-
YUV38.8106.11145.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.95%
G=35.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6334000.4610.7532.3810012.35
Hex3F22002E644B2064c
Octal774200561441134014414
Binary111111100010001011101100100100101110000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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