Html Css Color HEX #4C471F Madras

📋 copy color: '#4C471F'

red 76 ◦ green 71 ◦ blue 31

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

Shades of Madras #4C471F

Tints of Madras #4C471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 42.7%
G = 39.89%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#4C471F (or 0x4C471F) is known color: Madras. HEX triplet: 4C, 47 and 1F. RGB value is (76,71,31). Sum of RGB (Red+Green+Blue) = 76+71+31=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C471F is #B3B8E0. Grayscale: #444444. Windows color (decimal): -11778273 or 2049868. OLE color: 2049868.

HSL color Cylindrical-coordinate representation of color #4C471F: hue angle of 53.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C471F is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 31 -
CMYK 0 0.07 0.59 0.70
HSL 53.33º 0.42% 0.21% -
HSV(B) 53.33º 0.59% 0.3% -
XYZ 5.48 6.14 2.19 -
YUV 67.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 76 71 31 0 0.07 0.59 0.70 53.33 0.42 0.21
Hex 4C 47 1F 0 7 3B 46 35 2A 15
Octal 114 107 37 0 7 73 106 65 52 25
Binary 1001100 1000111 11111 0 111 111011 1000110 110101 101010 10101

Color Harmonies of #4C471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C471F

Black with #4C471F

Text Example


Text Example

White with #4C471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,31); }

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

background-color css

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

 a { background-color: rgb(76,71,31); }

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

border-color css

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

 span { border-color: rgb(76,71,31); }

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