#3F2901

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

Shades of Cocoa Brown #3F2901

Tints of Cocoa Brown #3F2901

Color information

#3F2901 (or 0x3F2901) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 29 and 01. RGB value is (63,41,1). Sum of RGB (Red+Green+Blue) = 63+41+1=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2901 is #C0D6FE. Grayscale: #2B2B2B. Windows color (decimal): -12637951 or 76095. OLE color: 76095.

HSL color Cylindrical-coordinate representation of color #3F2901: hue angle of 38.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F2901 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB63411-
CMYK00.350.980.75
HSL38.71º96.88%12.55%-
HSV(B)38.71º98.41%24.71%-
XYZ2.852.640.39-
YUV43.02104.29142.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 60%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=60%
G=39.05%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6341100.350.980.7538.7196.8812.55
Hex3F291023624B2761d
Octal775110431421134714115
Binary111111101001101000111100010100101110011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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