#3C280D

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

Shades of Cocoa Brown #3C280D

Tints of Cocoa Brown #3C280D

Color information

#3C280D (or 0x3C280D) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 28 and 0D. RGB value is (60,40,13). Sum of RGB (Red+Green+Blue) = 60+40+13=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C280D is #C3D7F2. Grayscale: #2B2B2B. Windows color (decimal): -12834803 or 862268. OLE color: 862268.

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

Color convert

RGB604013-
CMYK00.330.780.76
HSL34.47º64.38%14.31%-
HSV(B)34.47º78.33%23.53%-
XYZ2.692.510.72-
YUV42.9111.13140.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 53.10%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=53.10%
G=35.40%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60401300.330.780.7634.4764.3814.31
Hex3C28D0214E4C2240e
Octal7450150411161144210016
Binary111100101000110101000011001110100110010001010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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