Html Css Color HEX #473D1D Madras

📋 copy color: '#473D1D'

red 71 ◦ green 61 ◦ blue 29

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

Shades of Madras #473D1D

Tints of Madras #473D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.89%

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

R = 44.1%
G = 37.89%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#473D1D (or 0x473D1D) is known color: Madras. HEX triplet: 47, 3D and 1D. RGB value is (71,61,29). Sum of RGB (Red+Green+Blue) = 71+61+29=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D1D is #B8C2E2. Grayscale: #3C3C3C. Windows color (decimal): -12108515 or 1916231. OLE color: 1916231.

HSL color Cylindrical-coordinate representation of color #473D1D: hue angle of 45.71º 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 #473D1D is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 61 29 -
CMYK 0 0.14 0.59 0.72
HSL 45.71º 0.42% 0.2% -
HSV(B) 45.71º 0.59% 0.28% -
XYZ 4.49 4.77 1.85 -
YUV 60.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 71 61 29 0 0.14 0.59 0.72 45.71 0.42 0.2
Hex 47 3D 1D 0 E 3B 48 2E 2A 14
Octal 107 75 35 0 16 73 110 56 52 24
Binary 1000111 111101 11101 0 1110 111011 1001000 101110 101010 10100

Color Harmonies of #473D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D1D

Black with #473D1D

Text Example


Text Example

White with #473D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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