#3F2302

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

Shades of Cocoa Brown #3F2302

Tints of Cocoa Brown #3F2302

Color information

#3F2302 (or 0x3F2302) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 23 and 02. RGB value is (63,35,2). Sum of RGB (Red+Green+Blue) = 63+35+2=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2302 is #C0DCFD. Grayscale: #272727. Windows color (decimal): -12639486 or 140095. OLE color: 140095.

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

Color convert

RGB63352-
CMYK00.440.970.75
HSL32.46º93.85%12.75%-
HSV(B)32.46º96.83%24.71%-
XYZ2.662.260.35-
YUV39.61106.78144.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 2 (1.17% from 255) = 2%
R=63%
G=35%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6335200.440.970.7532.4693.8512.75
Hex3F23202C614B205ed
Octal774320541411134013615
Binary1111111000111001011001100001100101110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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