Html Css Color HEX #4C481F Madras

📋 copy color: '#4C481F'

red 76 ◦ green 72 ◦ blue 31

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

Shades of Madras #4C481F

Tints of Madras #4C481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

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

R = 42.46%
G = 40.22%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#4C481F (or 0x4C481F) is known color: Madras. HEX triplet: 4C, 48 and 1F. RGB value is (76,72,31). Sum of RGB (Red+Green+Blue) = 76+72+31=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C481F is #B3B7E0. Grayscale: #444444. Windows color (decimal): -11778017 or 2050124. OLE color: 2050124.

HSL color Cylindrical-coordinate representation of color #4C481F: hue angle of 54.67º 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 #4C481F is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 72 31 -
CMYK 0 0.05 0.59 0.70
HSL 54.67º 0.42% 0.21% -
HSV(B) 54.67º 0.59% 0.3% -
XYZ 5.55 6.27 2.21 -
YUV 68.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 76 72 31 0 0.05 0.59 0.70 54.67 0.42 0.21
Hex 4C 48 1F 0 5 3B 46 37 2A 15
Octal 114 110 37 0 5 73 106 67 52 25
Binary 1001100 1001000 11111 0 101 111011 1000110 110111 101010 10101

Color Harmonies of #4C481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C481F

Black with #4C481F

Text Example


Text Example

White with #4C481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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