Html Css Color HEX #473D01 Madras

📋 copy color: '#473D01'

red 71 ◦ green 61 ◦ blue 1

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

Shades of Madras #473D01

Tints of Madras #473D01

RGB

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

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

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

R = 53.38%
G = 45.86%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#473D01 (or 0x473D01) is known color: Madras. HEX triplet: 47, 3D and 01. RGB value is (71,61,1). Sum of RGB (Red+Green+Blue) = 71+61+1=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #473D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D01 is #B8C2FE. Grayscale: #393939. Windows color (decimal): -12108543 or 81223. OLE color: 81223.

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

Color convert

RGB 71 61 1 -
CMYK 0 0.14 0.99 0.72
HSL 51.43º 0.97% 0.14% -
HSV(B) 51.43º 0.99% 0.28% -
XYZ 4.27 4.68 0.71 -
YUV 57.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 71 61 1 0 0.14 0.99 0.72 51.43 0.97 0.14
Hex 47 3D 1 0 E 63 48 33 61 E
Octal 107 75 1 0 16 143 110 63 141 16
Binary 1000111 111101 1 0 1110 1100011 1001000 110011 1100001 1110

Color Harmonies of #473D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D01

Black with #473D01

Text Example


Text Example

White with #473D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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