#3F2902

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

Shades of Cocoa Brown #3F2902

Tints of Cocoa Brown #3F2902

Color information

#3F2902 (or 0x3F2902) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 29 and 02. RGB value is (63,41,2). Sum of RGB (Red+Green+Blue) = 63+41+2=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2902 is #C0D6FD. Grayscale: #2B2B2B. Windows color (decimal): -12637950 or 141631. OLE color: 141631.

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

Color convert

RGB63412-
CMYK00.350.970.75
HSL38.36º93.85%12.75%-
HSV(B)38.36º96.83%24.71%-
XYZ2.852.650.42-
YUV43.13104.79142.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 59.43%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=59.43%
G=38.68%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6341200.350.970.7538.3693.8512.75
Hex3F292023614B265ed
Octal775120431411134613615
Binary1111111010011001000111100001100101110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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