Html Css Color HEX #473F1D Madras

📋 copy color: '#473F1D'

red 71 ◦ green 63 ◦ blue 29

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

Shades of Madras #473F1D

Tints of Madras #473F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

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

R = 43.56%
G = 38.65%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#473F1D (or 0x473F1D) is known color: Madras. HEX triplet: 47, 3F and 1D. RGB value is (71,63,29). Sum of RGB (Red+Green+Blue) = 71+63+29=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #473F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F1D is #B8C0E2. Grayscale: #3D3D3D. Windows color (decimal): -12108003 or 1916743. OLE color: 1916743.

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

Color convert

RGB 71 63 29 -
CMYK 0 0.11 0.59 0.72
HSL 48.57º 0.42% 0.2% -
HSV(B) 48.57º 0.59% 0.28% -
XYZ 4.6 4.98 1.88 -
YUV 61.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 71 63 29 0 0.11 0.59 0.72 48.57 0.42 0.2
Hex 47 3F 1D 0 B 3B 48 31 2A 14
Octal 107 77 35 0 13 73 110 61 52 24
Binary 1000111 111111 11101 0 1011 111011 1001000 110001 101010 10100

Color Harmonies of #473F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F1D

Black with #473F1D

Text Example


Text Example

White with #473F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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