#3C2614

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

Shades of Cocoa Brown #3C2614

Tints of Cocoa Brown #3C2614

Color information

#3C2614 (or 0x3C2614) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 26 and 14. RGB value is (60,38,20). Sum of RGB (Red+Green+Blue) = 60+38+20=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2614 is #C3D9EB. Grayscale: #2A2A2A. Windows color (decimal): -12835308 or 1320508. OLE color: 1320508.

HSL color Cylindrical-coordinate representation of color #3C2614: hue angle of 27º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2614 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB603820-
CMYK00.370.670.76
HSL27º50%15.69%-
HSV(B)27º66.67%23.53%-
XYZ2.682.40.98-
YUV42.53115.29140.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50.85%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=50.85%
G=32.20%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60382000.370.670.76275015.69
Hex3C2614025434C1b3210
Octal744624045103114336220
Binary111100100110101000100101100001110011001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,38,20); }

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

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

 a { background-color: rgb(60,38,20); }

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

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

 span { border-color: rgb(60,38,20); }

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