Html Css Color HEX #4C461A Madras

📋 copy color: '#4C461A'

red 76 ◦ green 70 ◦ blue 26

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

Shades of Madras #4C461A

Tints of Madras #4C461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

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

R = 44.19%
G = 40.7%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C461A (or 0x4C461A) is known color: Madras. HEX triplet: 4C, 46 and 1A. RGB value is (76,70,26). Sum of RGB (Red+Green+Blue) = 76+70+26=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C461A is #B3B9E5. Grayscale: #424242. Windows color (decimal): -11778534 or 1721932. OLE color: 1721932.

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

Color convert

RGB 76 70 26 -
CMYK 0 0.08 0.66 0.70
HSL 52.8º 0.49% 0.2% -
HSV(B) 52.8º 0.66% 0.3% -
XYZ 5.36 5.99 1.85 -
YUV 66.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 76 70 26 0 0.08 0.66 0.70 52.8 0.49 0.2
Hex 4C 46 1A 0 8 42 46 35 31 14
Octal 114 106 32 0 10 102 106 65 61 24
Binary 1001100 1000110 11010 0 1000 1000010 1000110 110101 110001 10100

Color Harmonies of #4C461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C461A

Black with #4C461A

Text Example


Text Example

White with #4C461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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