Html Css Color HEX #4C481D Madras

📋 copy color: '#4C481D'

red 76 ◦ green 72 ◦ blue 29

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

Shades of Madras #4C481D

Tints of Madras #4C481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 42.94%
G = 40.68%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4C481D (or 0x4C481D) is known color: Madras. HEX triplet: 4C, 48 and 1D. RGB value is (76,72,29). Sum of RGB (Red+Green+Blue) = 76+72+29=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C481D is #B3B7E2. Grayscale: #444444. Windows color (decimal): -11778019 or 1919052. OLE color: 1919052.

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

Color convert

RGB 76 72 29 -
CMYK 0 0.05 0.62 0.70
HSL 54.89º 0.45% 0.21% -
HSV(B) 54.89º 0.62% 0.3% -
XYZ 5.52 6.26 2.08 -
YUV 68.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 76 72 29 0 0.05 0.62 0.70 54.89 0.45 0.21
Hex 4C 48 1D 0 5 3E 46 37 2D 15
Octal 114 110 35 0 5 76 106 67 55 25
Binary 1001100 1001000 11101 0 101 111110 1000110 110111 101101 10101

Color Harmonies of #4C481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C481D

Black with #4C481D

Text Example


Text Example

White with #4C481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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