Html Css Color HEX #49451A Madras

📋 copy color: '#49451A'

red 73 ◦ green 69 ◦ blue 26

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

Shades of Madras #49451A

Tints of Madras #49451A

RGB

 RED value IS 73 (28.91% from 255) = 43.45%

 GREEN value IS 69 (27.34% from 255) = 41.07%

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

R = 43.45%
G = 41.07%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49451A (or 0x49451A) is known color: Madras. HEX triplet: 49, 45 and 1A. RGB value is (73,69,26). Sum of RGB (Red+Green+Blue) = 73+69+26=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49451A is #B6BAE5. Grayscale: #414141. Windows color (decimal): -11975398 or 1721673. OLE color: 1721673.

HSL color Cylindrical-coordinate representation of color #49451A: hue angle of 54.89º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49451A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 26 -
CMYK 0 0.05 0.64 0.71
HSL 54.89º 0.47% 0.19% -
HSV(B) 54.89º 0.64% 0.29% -
XYZ 5.06 5.75 1.82 -
YUV 65.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 73 69 26 0 0.05 0.64 0.71 54.89 0.47 0.19
Hex 49 45 1A 0 5 40 47 37 2F 13
Octal 111 105 32 0 5 100 107 67 57 23
Binary 1001001 1000101 11010 0 101 1000000 1000111 110111 101111 10011

Color Harmonies of #49451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49451A

Black with #49451A

Text Example


Text Example

White with #49451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49451A; }

 p { color: rgb(73,69,26); }

 H1.HeaderClassName
 {
   color: #49451A;
 }
 .AnyTagClassName
 {
   color: #49451A;
 }
</style>

background-color css

<style>
 a { background-color: #49451A; }

 a { background-color: rgb(73,69,26); }

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

border-color css

<style>
 span { border-color: #49451A; }

 span { border-color: rgb(73,69,26); }

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