#3F250C

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

Shades of Cocoa Brown #3F250C

Tints of Cocoa Brown #3F250C

Color information

#3F250C (or 0x3F250C) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 25 and 0C. RGB value is (63,37,12). Sum of RGB (Red+Green+Blue) = 63+37+12=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F250C is #C0DAF3. Grayscale: #2A2A2A. Windows color (decimal): -12638964 or 795967. OLE color: 795967.

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

Color convert

RGB633712-
CMYK00.410.810.75
HSL29.41º68%14.71%-
HSV(B)29.41º80.95%24.71%-
XYZ2.782.410.67-
YUV41.92111.11143.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.25%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=56.25%
G=33.04%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63371200.410.810.7529.416814.71
Hex3F25C029514B1d44f
Octal7745140511211133510417
Binary11111110010111000101001101000110010111110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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