Html Css Color HEX #3C390D Madras

📋 copy color: '#3C390D'

red 60 ◦ green 57 ◦ blue 13

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

Shades of Madras #3C390D

Tints of Madras #3C390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10%

R = 46.15%
G = 43.85%
B = 10%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C390D (or 0x3C390D) is known color: Madras. HEX triplet: 3C, 39 and 0D. RGB value is (60,57,13). Sum of RGB (Red+Green+Blue) = 60+57+13=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 60 - color contains mainly: red. Hex color #3C390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C390D is #C3C6F2. Grayscale: #353535. Windows color (decimal): -12830451 or 866620. OLE color: 866620.

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

Color convert

RGB 60 57 13 -
CMYK 0 0.05 0.78 0.76
HSL 56.17º 0.64% 0.14% -
HSV(B) 56.17º 0.78% 0.24% -
XYZ 3.4 3.92 0.96 -
YUV 52.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 60 57 13 0 0.05 0.78 0.76 56.17 0.64 0.14
Hex 3C 39 D 0 5 4E 4C 38 40 E
Octal 74 71 15 0 5 116 114 70 100 16
Binary 111100 111001 1101 0 101 1001110 1001100 111000 1000000 1110

Color Harmonies of #3C390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C390D

Black with #3C390D

Text Example


Text Example

White with #3C390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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