Html Css Color HEX #473B1F Madras

📋 copy color: '#473B1F'

red 71 ◦ green 59 ◦ blue 31

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

Shades of Madras #473B1F

Tints of Madras #473B1F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.65%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 44.1%
G = 36.65%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#473B1F (or 0x473B1F) is known color: Madras. HEX triplet: 47, 3B and 1F. RGB value is (71,59,31). Sum of RGB (Red+Green+Blue) = 71+59+31=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B1F is #B8C4E0. Grayscale: #3B3B3B. Windows color (decimal): -12109025 or 2046791. OLE color: 2046791.

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

Color convert

RGB 71 59 31 -
CMYK 0 0.17 0.56 0.72
HSL 42º 0.39% 0.2% -
HSV(B) 42º 0.56% 0.28% -
XYZ 4.41 4.57 1.95 -
YUV 59.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 71 59 31 0 0.17 0.56 0.72 42 0.39 0.2
Hex 47 3B 1F 0 11 38 48 2A 27 14
Octal 107 73 37 0 21 70 110 52 47 24
Binary 1000111 111011 11111 0 10001 111000 1001000 101010 100111 10100

Color Harmonies of #473B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B1F

Black with #473B1F

Text Example


Text Example

White with #473B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,31); }

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

background-color css

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

 a { background-color: rgb(71,59,31); }

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

border-color css

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

 span { border-color: rgb(71,59,31); }

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