Html Css Color HEX #473A1A Madras

📋 copy color: '#473A1A'

red 71 ◦ green 58 ◦ blue 26

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

Shades of Madras #473A1A

Tints of Madras #473A1A

RGB

 RED value IS 71 (28.13% from 255) = 45.81%

 GREEN value IS 58 (23.05% from 255) = 37.42%

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

R = 45.81%
G = 37.42%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#473A1A (or 0x473A1A) is known color: Madras. HEX triplet: 47, 3A and 1A. RGB value is (71,58,26). Sum of RGB (Red+Green+Blue) = 71+58+26=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #473A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A1A is #B8C5E5. Grayscale: #3A3A3A. Windows color (decimal): -12109286 or 1718855. OLE color: 1718855.

HSL color Cylindrical-coordinate representation of color #473A1A: hue angle of 42.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473A1A is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 58 26 -
CMYK 0 0.18 0.63 0.72
HSL 42.67º 0.46% 0.19% -
HSV(B) 42.67º 0.63% 0.28% -
XYZ 4.3 4.44 1.61 -
YUV 58.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 71 58 26 0 0.18 0.63 0.72 42.67 0.46 0.19
Hex 47 3A 1A 0 12 3F 48 2B 2E 13
Octal 107 72 32 0 22 77 110 53 56 23
Binary 1000111 111010 11010 0 10010 111111 1001000 101011 101110 10011

Color Harmonies of #473A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A1A

Black with #473A1A

Text Example


Text Example

White with #473A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A1A; }

 p { color: rgb(71,58,26); }

 H1.HeaderClassName
 {
   color: #473A1A;
 }
 .AnyTagClassName
 {
   color: #473A1A;
 }
</style>

background-color css

<style>
 a { background-color: #473A1A; }

 a { background-color: rgb(71,58,26); }

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

border-color css

<style>
 span { border-color: #473A1A; }

 span { border-color: rgb(71,58,26); }

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