Html Css Color HEX #473A00 Madras

📋 copy color: '#473A00'

red 71 ◦ green 58 ◦ blue 0

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

Shades of Madras #473A00

Tints of Madras #473A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.96%

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

R = 55.04%
G = 44.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473A00 (or 0x473A00) is known color: Madras. HEX triplet: 47, 3A and 00. RGB value is (71,58,0). Sum of RGB (Red+Green+Blue) = 71+58+0=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #473A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A00 is #B8C5FF. Grayscale: #373737. Windows color (decimal): -12109312 or 14919. OLE color: 14919.

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

Color convert

RGB 71 58 0 -
CMYK 0 0.18 1 0.72
HSL 49.01º 1% 0.14% -
HSV(B) 49.01º 1% 0.28% -
XYZ 4.11 4.37 0.63 -
YUV 55.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 71 58 0 0 0.18 1 0.72 49.01 1 0.14
Hex 47 3A 0 0 12 64 48 31 64 E
Octal 107 72 0 0 22 144 110 61 144 16
Binary 1000111 111010 0 0 10010 1100100 1001000 110001 1100100 1110

Color Harmonies of #473A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A00

Black with #473A00

Text Example


Text Example

White with #473A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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