#3C280C

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

Shades of Cocoa Brown #3C280C

Tints of Cocoa Brown #3C280C

Color information

#3C280C (or 0x3C280C) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 28 and 0C. RGB value is (60,40,12). Sum of RGB (Red+Green+Blue) = 60+40+12=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C280C is #C3D7F3. Grayscale: #2A2A2A. Windows color (decimal): -12834804 or 796732. OLE color: 796732.

HSL color Cylindrical-coordinate representation of color #3C280C: hue angle of 35º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C280C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB604012-
CMYK00.330.800.76
HSL35º66.67%14.12%-
HSV(B)35º80%23.53%-
XYZ2.692.50.69-
YUV42.79110.63140.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 53.57%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=53.57%
G=35.71%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60401200.330.800.763566.6714.12
Hex3C28C021504C2343e
Octal7450140411201144310316
Binary111100101000110001000011010000100110010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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