Html Css Color HEX #3C2514 Cocoa Brown

📋 copy color: '#3C2514'

red 60 ◦ green 37 ◦ blue 20

#3C2514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #3C2514

Tints of Cocoa Brown #3C2514

RGB

 RED value IS 60 (23.83% from 255) = 51.28%

 GREEN value IS 37 (14.84% from 255) = 31.62%

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 51.28%
G = 31.62%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3C2514 (or 0x3C2514) is known color: Cocoa Brown. HEX triplet: 3C, 25 and 14. RGB value is (60,37,20). Sum of RGB (Red+Green+Blue) = 60+37+20=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2514 is #C3DAEB. Grayscale: #2A2A2A. Windows color (decimal): -12835564 or 1320252. OLE color: 1320252.

HSL color Cylindrical-coordinate representation of color #3C2514: hue angle of 25.5º 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 #3C2514 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 37 20 -
CMYK 0 0.38 0.67 0.76
HSL 25.5º 0.5% 0.16% -
HSV(B) 25.5º 0.67% 0.24% -
XYZ 2.65 2.33 0.97 -
YUV 41.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 60 37 20 0 0.38 0.67 0.76 25.5 0.5 0.16
Hex 3C 25 14 0 26 43 4C 1A 32 10
Octal 74 45 24 0 46 103 114 32 62 20
Binary 111100 100101 10100 0 100110 1000011 1001100 11010 110010 10000

Color Harmonies of #3C2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2514

Black with #3C2514

Text Example


Text Example

White with #3C2514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C2514;
 }
 .AnyTagClassName
 {
   color: #3C2514;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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