#3F280C

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

Shades of Cocoa Brown #3F280C

Tints of Cocoa Brown #3F280C

Color information

#3F280C (or 0x3F280C) is unknown color: approx Cocoa Brown. HEX triplet: 3F, 28 and 0C. RGB value is (63,40,12). Sum of RGB (Red+Green+Blue) = 63+40+12=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F280C is #C0D7F3. Grayscale: #2B2B2B. Windows color (decimal): -12638196 or 796735. OLE color: 796735.

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

Color convert

RGB634012-
CMYK00.370.810.75
HSL32.94º68%14.71%-
HSV(B)32.94º80.95%24.71%-
XYZ2.882.60.7-
YUV43.68110.12141.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=54.78%
G=34.78%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63401200.370.810.7532.946814.71
Hex3F28C025514B2144f
Octal7750140451211134110417
Binary111111101000110001001011010001100101110000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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