Html Css Color HEX #4D481B Madras

📋 copy color: '#4D481B'

red 77 ◦ green 72 ◦ blue 27

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

Shades of Madras #4D481B

Tints of Madras #4D481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 43.75%
G = 40.91%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D481B (or 0x4D481B) is known color: Madras. HEX triplet: 4D, 48 and 1B. RGB value is (77,72,27). Sum of RGB (Red+Green+Blue) = 77+72+27=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D481B is #B2B7E4. Grayscale: #444444. Windows color (decimal): -11712485 or 1787981. OLE color: 1787981.

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

Color convert

RGB 77 72 27 -
CMYK 0 0.06 0.65 0.70
HSL 54º 0.48% 0.2% -
HSV(B) 54º 0.65% 0.3% -
XYZ 5.58 6.29 1.96 -
YUV 68.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 77 72 27 0 0.06 0.65 0.70 54 0.48 0.2
Hex 4D 48 1B 0 6 41 46 36 30 14
Octal 115 110 33 0 6 101 106 66 60 24
Binary 1001101 1001000 11011 0 110 1000001 1000110 110110 110000 10100

Color Harmonies of #4D481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D481B

Black with #4D481B

Text Example


Text Example

White with #4D481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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