#3F2502

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

Shades of Cocoa Brown #3F2502

Tints of Cocoa Brown #3F2502

Color information

#3F2502 (or 0x3F2502) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 25 and 02. RGB value is (63,37,2). Sum of RGB (Red+Green+Blue) = 63+37+2=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2502 is #C0DAFD. Grayscale: #282828. Windows color (decimal): -12638974 or 140607. OLE color: 140607.

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

Color convert

RGB63372-
CMYK00.410.970.75
HSL34.43º93.85%12.75%-
HSV(B)34.43º96.83%24.71%-
XYZ2.722.380.37-
YUV40.78106.11143.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=61.76%
G=36.27%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6337200.410.970.7534.4393.8512.75
Hex3F252029614B225ed
Octal774520511411134213615
Binary1111111001011001010011100001100101110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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