Html Css Color HEX #3C2A14 Cocoa Brown

📋 copy color: '#3C2A14'

red 60 ◦ green 42 ◦ blue 20

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

Shades of Cocoa Brown #3C2A14

Tints of Cocoa Brown #3C2A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.43%

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

R = 49.18%
G = 34.43%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3C2A14 (or 0x3C2A14) is known color: Cocoa Brown. HEX triplet: 3C, 2A and 14. RGB value is (60,42,20). Sum of RGB (Red+Green+Blue) = 60+42+20=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2A14 is #C3D5EB. Grayscale: #2C2C2C. Windows color (decimal): -12834284 or 1321532. OLE color: 1321532.

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

Color convert

RGB 60 42 20 -
CMYK 0 0.3 0.67 0.76
HSL 33º 0.5% 0.16% -
HSV(B) 33º 0.67% 0.24% -
XYZ 2.82 2.67 1.03 -
YUV 44.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 60 42 20 0 0.3 0.67 0.76 33 0.5 0.16
Hex 3C 2A 14 0 1E 43 4C 21 32 10
Octal 74 52 24 0 36 103 114 41 62 20
Binary 111100 101010 10100 0 11110 1000011 1001100 100001 110010 10000

Color Harmonies of #3C2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2A14

Black with #3C2A14

Text Example


Text Example

White with #3C2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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