Html Css Color HEX #473D03 Madras

📋 copy color: '#473D03'

red 71 ◦ green 61 ◦ blue 3

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

Shades of Madras #473D03

Tints of Madras #473D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.19%

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

R = 52.59%
G = 45.19%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#473D03 (or 0x473D03) is known color: Madras. HEX triplet: 47, 3D and 03. RGB value is (71,61,3). Sum of RGB (Red+Green+Blue) = 71+61+3=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D03 is #B8C2FC. Grayscale: #393939. Windows color (decimal): -12108541 or 212295. OLE color: 212295.

HSL color Cylindrical-coordinate representation of color #473D03: hue angle of 51.18º 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 #473D03 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 61 3 -
CMYK 0 0.14 0.96 0.72
HSL 51.18º 0.92% 0.15% -
HSV(B) 51.18º 0.96% 0.28% -
XYZ 4.28 4.68 0.76 -
YUV 57.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 71 61 3 0 0.14 0.96 0.72 51.18 0.92 0.15
Hex 47 3D 3 0 E 60 48 33 5C F
Octal 107 75 3 0 16 140 110 63 134 17
Binary 1000111 111101 11 0 1110 1100000 1001000 110011 1011100 1111

Color Harmonies of #473D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D03

Black with #473D03

Text Example


Text Example

White with #473D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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