Html Css Color HEX #473F03 Madras

📋 copy color: '#473F03'

red 71 ◦ green 63 ◦ blue 3

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

Shades of Madras #473F03

Tints of Madras #473F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 51.82%
G = 45.99%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#473F03 (or 0x473F03) is known color: Madras. HEX triplet: 47, 3F and 03. RGB value is (71,63,3). Sum of RGB (Red+Green+Blue) = 71+63+3=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #473F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F03 is #B8C0FC. Grayscale: #3A3A3A. Windows color (decimal): -12108029 or 212807. OLE color: 212807.

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

Color convert

RGB 71 63 3 -
CMYK 0 0.11 0.96 0.72
HSL 52.94º 0.92% 0.15% -
HSV(B) 52.94º 0.96% 0.28% -
XYZ 4.39 4.9 0.8 -
YUV 58.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 71 63 3 0 0.11 0.96 0.72 52.94 0.92 0.15
Hex 47 3F 3 0 B 60 48 35 5C F
Octal 107 77 3 0 13 140 110 65 134 17
Binary 1000111 111111 11 0 1011 1100000 1001000 110101 1011100 1111

Color Harmonies of #473F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F03

Black with #473F03

Text Example


Text Example

White with #473F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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