Html Css Color HEX #473F01 Madras

📋 copy color: '#473F01'

red 71 ◦ green 63 ◦ blue 1

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

Shades of Madras #473F01

Tints of Madras #473F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 52.59%
G = 46.67%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#473F01 (or 0x473F01) is known color: Madras. HEX triplet: 47, 3F and 01. RGB value is (71,63,1). Sum of RGB (Red+Green+Blue) = 71+63+1=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #473F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F01 is #B8C0FE. Grayscale: #3A3A3A. Windows color (decimal): -12108031 or 81735. OLE color: 81735.

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

Color convert

RGB 71 63 1 -
CMYK 0 0.11 0.99 0.72
HSL 53.14º 0.97% 0.14% -
HSV(B) 53.14º 0.99% 0.28% -
XYZ 4.38 4.9 0.74 -
YUV 58.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 71 63 1 0 0.11 0.99 0.72 53.14 0.97 0.14
Hex 47 3F 1 0 B 63 48 35 61 E
Octal 107 77 1 0 13 143 110 65 141 16
Binary 1000111 111111 1 0 1011 1100011 1001000 110101 1100001 1110

Color Harmonies of #473F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F01

Black with #473F01

Text Example


Text Example

White with #473F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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