Html Css Color HEX #473B1E Madras

📋 copy color: '#473B1E'

red 71 ◦ green 59 ◦ blue 30

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

Shades of Madras #473B1E

Tints of Madras #473B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 44.38%
G = 36.88%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#473B1E (or 0x473B1E) is known color: Madras. HEX triplet: 47, 3B and 1E. RGB value is (71,59,30). Sum of RGB (Red+Green+Blue) = 71+59+30=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B1E is #B8C4E1. Grayscale: #3B3B3B. Windows color (decimal): -12109026 or 1981255. OLE color: 1981255.

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

Color convert

RGB 71 59 30 -
CMYK 0 0.17 0.58 0.72
HSL 42.44º 0.41% 0.2% -
HSV(B) 42.44º 0.58% 0.28% -
XYZ 4.4 4.56 1.88 -
YUV 59.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 71 59 30 0 0.17 0.58 0.72 42.44 0.41 0.2
Hex 47 3B 1E 0 11 3A 48 2A 29 14
Octal 107 73 36 0 21 72 110 52 51 24
Binary 1000111 111011 11110 0 10001 111010 1001000 101010 101001 10100

Color Harmonies of #473B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B1E

Black with #473B1E

Text Example


Text Example

White with #473B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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