Html Css Color HEX #473A1D Madras

📋 copy color: '#473A1D'

red 71 ◦ green 58 ◦ blue 29

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

Shades of Madras #473A1D

Tints of Madras #473A1D

RGB

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

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

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

R = 44.94%
G = 36.71%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#473A1D (or 0x473A1D) is known color: Madras. HEX triplet: 47, 3A and 1D. RGB value is (71,58,29). Sum of RGB (Red+Green+Blue) = 71+58+29=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #473A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A1D is #B8C5E2. Grayscale: #3A3A3A. Windows color (decimal): -12109283 or 1915463. OLE color: 1915463.

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

Color convert

RGB 71 58 29 -
CMYK 0 0.18 0.59 0.72
HSL 41.43º 0.42% 0.2% -
HSV(B) 41.43º 0.59% 0.28% -
XYZ 4.33 4.45 1.79 -
YUV 58.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 71 58 29 0 0.18 0.59 0.72 41.43 0.42 0.2
Hex 47 3A 1D 0 12 3B 48 29 2A 14
Octal 107 72 35 0 22 73 110 51 52 24
Binary 1000111 111010 11101 0 10010 111011 1001000 101001 101010 10100

Color Harmonies of #473A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A1D

Black with #473A1D

Text Example


Text Example

White with #473A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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