Html Css Color HEX #473B00 Madras

📋 copy color: '#473B00'

red 71 ◦ green 59 ◦ blue 0

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

Shades of Madras #473B00

Tints of Madras #473B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 45.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.62%
G = 45.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473B00 (or 0x473B00) is known color: Madras. HEX triplet: 47, 3B and 00. RGB value is (71,59,0). Sum of RGB (Red+Green+Blue) = 71+59+0=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #473B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473B00 is #B8C4FF. Grayscale: #383838. Windows color (decimal): -12109056 or 15175. OLE color: 15175.

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

Color convert

RGB 71 59 0 -
CMYK 0 0.17 1 0.72
HSL 49.86º 1% 0.14% -
HSV(B) 49.86º 1% 0.28% -
XYZ 4.16 4.47 0.64 -
YUV 55.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 71 59 0 0 0.17 1 0.72 49.86 1 0.14
Hex 47 3B 0 0 11 64 48 32 64 E
Octal 107 73 0 0 21 144 110 62 144 16
Binary 1000111 111011 0 0 10001 1100100 1001000 110010 1100100 1110

Color Harmonies of #473B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B00

Black with #473B00

Text Example


Text Example

White with #473B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,0); }

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

background-color css

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

 a { background-color: rgb(71,59,0); }

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

border-color css

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

 span { border-color: rgb(71,59,0); }

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