Html Css Color HEX #3C2A18 Cocoa Brown

📋 copy color: '#3C2A18'

red 60 ◦ green 42 ◦ blue 24

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

Shades of Cocoa Brown #3C2A18

Tints of Cocoa Brown #3C2A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.05%

R = 47.62%
G = 33.33%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3C2A18 (or 0x3C2A18) is known color: Cocoa Brown. HEX triplet: 3C, 2A and 18. RGB value is (60,42,24). Sum of RGB (Red+Green+Blue) = 60+42+24=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2A18 is #C3D5E7. Grayscale: #2D2D2D. Windows color (decimal): -12834280 or 1583676. OLE color: 1583676.

HSL color Cylindrical-coordinate representation of color #3C2A18: hue angle of 30º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2A18 is Cyan = 0, Magento = 0.3, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 42 24 -
CMYK 0 0.3 0.60 0.76
HSL 30º 0.43% 0.16% -
HSV(B) 30º 0.6% 0.24% -
XYZ 2.86 2.68 1.23 -
YUV 45.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 60 42 24 0 0.3 0.60 0.76 30 0.43 0.16
Hex 3C 2A 18 0 1E 3C 4C 1E 2B 10
Octal 74 52 30 0 36 74 114 36 53 20
Binary 111100 101010 11000 0 11110 111100 1001100 11110 101011 10000

Color Harmonies of #3C2A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2A18

Black with #3C2A18

Text Example


Text Example

White with #3C2A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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