#3F240C

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

Shades of Cocoa Brown #3F240C

Tints of Cocoa Brown #3F240C

Color information

#3F240C (or 0x3F240C) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 24 and 0C. RGB value is (63,36,12). Sum of RGB (Red+Green+Blue) = 63+36+12=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F240C is #C0DBF3. Grayscale: #292929. Windows color (decimal): -12639220 or 795711. OLE color: 795711.

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

Color convert

RGB633612-
CMYK00.430.810.75
HSL28.24º68%14.71%-
HSV(B)28.24º80.95%24.71%-
XYZ2.752.350.66-
YUV41.34111.45143.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.76%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=56.76%
G=32.43%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63361200.430.810.7528.246814.71
Hex3F24C02B514B1c44f
Octal7744140531211133410417
Binary11111110010011000101011101000110010111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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