#3F260D

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

Shades of Cocoa Brown #3F260D

Tints of Cocoa Brown #3F260D

Color information

#3F260D (or 0x3F260D) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 26 and 0D. RGB value is (63,38,13). Sum of RGB (Red+Green+Blue) = 63+38+13=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F260D is #C0D9F2. Grayscale: #2A2A2A. Windows color (decimal): -12638707 or 861759. OLE color: 861759.

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

Color convert

RGB633813-
CMYK00.400.790.75
HSL30º65.79%14.9%-
HSV(B)30º79.37%24.71%-
XYZ2.822.470.71-
YUV42.62111.28142.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.26%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=55.26%
G=33.33%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63381300.400.790.753065.7914.9
Hex3F26D0284F4B1e42f
Octal7746150501171133610217
Binary11111110011011010101000100111110010111111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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