Html Css Color HEX #473A1B Madras

📋 copy color: '#473A1B'

red 71 ◦ green 58 ◦ blue 27

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

Shades of Madras #473A1B

Tints of Madras #473A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 45.51%
G = 37.18%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#473A1B (or 0x473A1B) is known color: Madras. HEX triplet: 47, 3A and 1B. RGB value is (71,58,27). Sum of RGB (Red+Green+Blue) = 71+58+27=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A1B is #B8C5E4. Grayscale: #3A3A3A. Windows color (decimal): -12109285 or 1784391. OLE color: 1784391.

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

Color convert

RGB 71 58 27 -
CMYK 0 0.18 0.62 0.72
HSL 42.27º 0.45% 0.19% -
HSV(B) 42.27º 0.62% 0.28% -
XYZ 4.31 4.44 1.67 -
YUV 58.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 71 58 27 0 0.18 0.62 0.72 42.27 0.45 0.19
Hex 47 3A 1B 0 12 3E 48 2A 2D 13
Octal 107 72 33 0 22 76 110 52 55 23
Binary 1000111 111010 11011 0 10010 111110 1001000 101010 101101 10011

Color Harmonies of #473A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A1B

Black with #473A1B

Text Example


Text Example

White with #473A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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