Html Css Color HEX #4D481C Madras

📋 copy color: '#4D481C'

red 77 ◦ green 72 ◦ blue 28

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

Shades of Madras #4D481C

Tints of Madras #4D481C

RGB

 RED value IS 77 (30.47% from 255) = 43.5%

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

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 43.5%
G = 40.68%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D481C (or 0x4D481C) is known color: Madras. HEX triplet: 4D, 48 and 1C. RGB value is (77,72,28). Sum of RGB (Red+Green+Blue) = 77+72+28=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D481C is #B2B7E3. Grayscale: #444444. Windows color (decimal): -11712484 or 1853517. OLE color: 1853517.

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

Color convert

RGB 77 72 28 -
CMYK 0 0.06 0.64 0.70
HSL 53.88º 0.47% 0.21% -
HSV(B) 53.88º 0.64% 0.3% -
XYZ 5.59 6.3 2.02 -
YUV 68.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 77 72 28 0 0.06 0.64 0.70 53.88 0.47 0.21
Hex 4D 48 1C 0 6 40 46 36 2F 15
Octal 115 110 34 0 6 100 106 66 57 25
Binary 1001101 1001000 11100 0 110 1000000 1000110 110110 101111 10101

Color Harmonies of #4D481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D481C

Black with #4D481C

Text Example


Text Example

White with #4D481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,28); }

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

background-color css

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

 a { background-color: rgb(77,72,28); }

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

border-color css

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

 span { border-color: rgb(77,72,28); }

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