Html Css Color HEX #473F07 Madras

📋 copy color: '#473F07'

red 71 ◦ green 63 ◦ blue 7

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

Shades of Madras #473F07

Tints of Madras #473F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 50.35%
G = 44.68%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#473F07 (or 0x473F07) is known color: Madras. HEX triplet: 47, 3F and 07. RGB value is (71,63,7). Sum of RGB (Red+Green+Blue) = 71+63+7=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F07 is #B8C0F8. Grayscale: #3B3B3B. Windows color (decimal): -12108025 or 474951. OLE color: 474951.

HSL color Cylindrical-coordinate representation of color #473F07: hue angle of 52.5º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #473F07 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 7 -
CMYK 0 0.11 0.90 0.72
HSL 52.5º 0.82% 0.15% -
HSV(B) 52.5º 0.9% 0.28% -
XYZ 4.41 4.91 0.92 -
YUV 59.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 71 63 7 0 0.11 0.90 0.72 52.5 0.82 0.15
Hex 47 3F 7 0 B 5A 48 34 52 F
Octal 107 77 7 0 13 132 110 64 122 17
Binary 1000111 111111 111 0 1011 1011010 1001000 110100 1010010 1111

Color Harmonies of #473F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F07

Black with #473F07

Text Example


Text Example

White with #473F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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