#3F260C

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

Shades of Cocoa Brown #3F260C

Tints of Cocoa Brown #3F260C

Color information

#3F260C (or 0x3F260C) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 26 and 0C. RGB value is (63,38,12). Sum of RGB (Red+Green+Blue) = 63+38+12=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F260C is #C0D9F3. Grayscale: #2A2A2A. Windows color (decimal): -12638708 or 796223. OLE color: 796223.

HSL color Cylindrical-coordinate representation of color #3F260C: hue angle of 30.59º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F260C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB633812-
CMYK00.400.810.75
HSL30.59º68%14.71%-
HSV(B)30.59º80.95%24.71%-
XYZ2.812.470.68-
YUV42.51110.78142.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.75%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=55.75%
G=33.63%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63381200.400.810.7530.596814.71
Hex3F26C028514B1f44f
Octal7746140501211133710417
Binary11111110011011000101000101000110010111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,38,12); }

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

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

 a { background-color: rgb(63,38,12); }

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

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

 span { border-color: rgb(63,38,12); }

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