Html Css Color HEX #3C3911 Madras

📋 copy color: '#3C3911'

red 60 ◦ green 57 ◦ blue 17

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

Shades of Madras #3C3911

Tints of Madras #3C3911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.54%

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 44.78%
G = 42.54%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#3C3911 (or 0x3C3911) is known color: Madras. HEX triplet: 3C, 39 and 11. RGB value is (60,57,17). Sum of RGB (Red+Green+Blue) = 60+57+17=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3911 is #C3C6EE. Grayscale: #353535. Windows color (decimal): -12830447 or 1128764. OLE color: 1128764.

HSL color Cylindrical-coordinate representation of color #3C3911: hue angle of 55.81º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C3911 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 57 17 -
CMYK 0 0.05 0.72 0.76
HSL 55.81º 0.56% 0.15% -
HSV(B) 55.81º 0.72% 0.24% -
XYZ 3.43 3.93 1.11 -
YUV 53.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 60 57 17 0 0.05 0.72 0.76 55.81 0.56 0.15
Hex 3C 39 11 0 5 48 4C 38 38 F
Octal 74 71 21 0 5 110 114 70 70 17
Binary 111100 111001 10001 0 101 1001000 1001100 111000 111000 1111

Color Harmonies of #3C3911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3911

Black with #3C3911

Text Example


Text Example

White with #3C3911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,17); }

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

background-color css

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

 a { background-color: rgb(60,57,17); }

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

border-color css

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

 span { border-color: rgb(60,57,17); }

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