Html Css Color HEX #473F1C Madras

📋 copy color: '#473F1C'

red 71 ◦ green 63 ◦ blue 28

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

Shades of Madras #473F1C

Tints of Madras #473F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 43.83%
G = 38.89%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#473F1C (or 0x473F1C) is known color: Madras. HEX triplet: 47, 3F and 1C. RGB value is (71,63,28). Sum of RGB (Red+Green+Blue) = 71+63+28=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #473F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F1C is #B8C0E3. Grayscale: #3D3D3D. Windows color (decimal): -12108004 or 1851207. OLE color: 1851207.

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

Color convert

RGB 71 63 28 -
CMYK 0 0.11 0.61 0.72
HSL 48.84º 0.43% 0.19% -
HSV(B) 48.84º 0.61% 0.28% -
XYZ 4.59 4.98 1.82 -
YUV 61.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 71 63 28 0 0.11 0.61 0.72 48.84 0.43 0.19
Hex 47 3F 1C 0 B 3D 48 31 2B 13
Octal 107 77 34 0 13 75 110 61 53 23
Binary 1000111 111111 11100 0 1011 111101 1001000 110001 101011 10011

Color Harmonies of #473F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F1C

Black with #473F1C

Text Example


Text Example

White with #473F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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