Html Css Color HEX #4C3E0E Madras

📋 copy color: '#4C3E0E'

red 76 ◦ green 62 ◦ blue 14

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

Shades of Madras #4C3E0E

Tints of Madras #4C3E0E

RGB

 RED value IS 76 (30.08% from 255) = 50%

 GREEN value IS 62 (24.61% from 255) = 40.79%

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 50%
G = 40.79%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C3E0E (or 0x4C3E0E) is known color: Madras. HEX triplet: 4C, 3E and 0E. RGB value is (76,62,14). Sum of RGB (Red+Green+Blue) = 76+62+14=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3E0E is #B3C1F1. Grayscale: #3C3C3C. Windows color (decimal): -11780594 or 933452. OLE color: 933452.

HSL color Cylindrical-coordinate representation of color #4C3E0E: hue angle of 46.45º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C3E0E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 62 14 -
CMYK 0 0.18 0.82 0.70
HSL 46.45º 0.69% 0.18% -
HSV(B) 46.45º 0.82% 0.3% -
XYZ 4.78 5.01 1.13 -
YUV 60.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 76 62 14 0 0.18 0.82 0.70 46.45 0.69 0.18
Hex 4C 3E E 0 12 52 46 2E 45 12
Octal 114 76 16 0 22 122 106 56 105 22
Binary 1001100 111110 1110 0 10010 1010010 1000110 101110 1000101 10010

Color Harmonies of #4C3E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3E0E

Black with #4C3E0E

Text Example


Text Example

White with #4C3E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C3E0E; }

 p { color: rgb(76,62,14); }

 H1.HeaderClassName
 {
   color: #4C3E0E;
 }
 .AnyTagClassName
 {
   color: #4C3E0E;
 }
</style>

background-color css

<style>
 a { background-color: #4C3E0E; }

 a { background-color: rgb(76,62,14); }

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

border-color css

<style>
 span { border-color: #4C3E0E; }

 span { border-color: rgb(76,62,14); }

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