Html Css Color HEX #473F12 Madras

📋 copy color: '#473F12'

red 71 ◦ green 63 ◦ blue 18

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

Shades of Madras #473F12

Tints of Madras #473F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 46.71%
G = 41.45%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#473F12 (or 0x473F12) is known color: Madras. HEX triplet: 47, 3F and 12. RGB value is (71,63,18). Sum of RGB (Red+Green+Blue) = 71+63+18=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #473F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F12 is #B8C0ED. Grayscale: #3C3C3C. Windows color (decimal): -12108014 or 1195847. OLE color: 1195847.

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

Color convert

RGB 71 63 18 -
CMYK 0 0.11 0.75 0.72
HSL 50.94º 0.6% 0.17% -
HSV(B) 50.94º 0.75% 0.28% -
XYZ 4.49 4.94 1.29 -
YUV 60.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 71 63 18 0 0.11 0.75 0.72 50.94 0.6 0.17
Hex 47 3F 12 0 B 4B 48 33 3C 11
Octal 107 77 22 0 13 113 110 63 74 21
Binary 1000111 111111 10010 0 1011 1001011 1001000 110011 111100 10001

Color Harmonies of #473F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F12

Black with #473F12

Text Example


Text Example

White with #473F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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