Html Css Color HEX #473901 Madras

📋 copy color: '#473901'

red 71 ◦ green 57 ◦ blue 1

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

Shades of Madras #473901

Tints of Madras #473901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.19%

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

R = 55.04%
G = 44.19%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#473901 (or 0x473901) is known color: Madras. HEX triplet: 47, 39 and 01. RGB value is (71,57,1). Sum of RGB (Red+Green+Blue) = 71+57+1=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #473901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473901 is #B8C6FE. Grayscale: #373737. Windows color (decimal): -12109567 or 80199. OLE color: 80199.

HSL color Cylindrical-coordinate representation of color #473901: hue angle of 48º 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 #473901 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 57 1 -
CMYK 0 0.20 0.99 0.72
HSL 48º 0.97% 0.14% -
HSV(B) 48º 0.99% 0.28% -
XYZ 4.07 4.27 0.64 -
YUV 54.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 71 57 1 0 0.20 0.99 0.72 48 0.97 0.14
Hex 47 39 1 0 14 63 48 30 61 E
Octal 107 71 1 0 24 143 110 60 141 16
Binary 1000111 111001 1 0 10100 1100011 1001000 110000 1100001 1110

Color Harmonies of #473901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473901

Black with #473901

Text Example


Text Example

White with #473901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473901; }

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

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

background-color css

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

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

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

border-color css

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

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

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