Html Css Color HEX #3C3815 Madras

📋 copy color: '#3C3815'

red 60 ◦ green 56 ◦ blue 21

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

Shades of Madras #3C3815

Tints of Madras #3C3815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.88%

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 43.8%
G = 40.88%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3C3815 (or 0x3C3815) is known color: Madras. HEX triplet: 3C, 38 and 15. RGB value is (60,56,21). Sum of RGB (Red+Green+Blue) = 60+56+21=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3815 is #C3C7EA. Grayscale: #353535. Windows color (decimal): -12830699 or 1390652. OLE color: 1390652.

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

Color convert

RGB 60 56 21 -
CMYK 0 0.07 0.65 0.76
HSL 53.85º 0.48% 0.16% -
HSV(B) 53.85º 0.65% 0.24% -
XYZ 3.41 3.84 1.27 -
YUV 53.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 60 56 21 0 0.07 0.65 0.76 53.85 0.48 0.16
Hex 3C 38 15 0 7 41 4C 36 30 10
Octal 74 70 25 0 7 101 114 66 60 20
Binary 111100 111000 10101 0 111 1000001 1001100 110110 110000 10000

Color Harmonies of #3C3815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3815

Black with #3C3815

Text Example


Text Example

White with #3C3815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,56,21); }

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

background-color css

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

 a { background-color: rgb(60,56,21); }

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

border-color css

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

 span { border-color: rgb(60,56,21); }

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