Html Css Color HEX #4C481A Madras

📋 copy color: '#4C481A'

red 76 ◦ green 72 ◦ blue 26

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

Shades of Madras #4C481A

Tints of Madras #4C481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 43.68%
G = 41.38%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C481A (or 0x4C481A) is known color: Madras. HEX triplet: 4C, 48 and 1A. RGB value is (76,72,26). Sum of RGB (Red+Green+Blue) = 76+72+26=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C481A is #B3B7E5. Grayscale: #444444. Windows color (decimal): -11778022 or 1722444. OLE color: 1722444.

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

Color convert

RGB 76 72 26 -
CMYK 0 0.05 0.66 0.70
HSL 55.2º 0.49% 0.2% -
HSV(B) 55.2º 0.66% 0.3% -
XYZ 5.48 6.25 1.89 -
YUV 67.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 76 72 26 0 0.05 0.66 0.70 55.2 0.49 0.2
Hex 4C 48 1A 0 5 42 46 37 31 14
Octal 114 110 32 0 5 102 106 67 61 24
Binary 1001100 1001000 11010 0 101 1000010 1000110 110111 110001 10100

Color Harmonies of #4C481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C481A

Black with #4C481A

Text Example


Text Example

White with #4C481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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