Html Css Color HEX #473C0A Madras

📋 copy color: '#473C0A'

red 71 ◦ green 60 ◦ blue 10

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

Shades of Madras #473C0A

Tints of Madras #473C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.55%

 BLUE value IS 10 (4.3% from 255) = 7.09%

R = 50.35%
G = 42.55%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#473C0A (or 0x473C0A) is known color: Madras. HEX triplet: 47, 3C and 0A. RGB value is (71,60,10). Sum of RGB (Red+Green+Blue) = 71+60+10=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C0A is #B8C3F5. Grayscale: #393939. Windows color (decimal): -12108790 or 670791. OLE color: 670791.

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

Color convert

RGB 71 60 10 -
CMYK 0 0.15 0.86 0.72
HSL 49.18º 0.75% 0.16% -
HSV(B) 49.18º 0.86% 0.28% -
XYZ 4.27 4.59 0.95 -
YUV 57.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 71 60 10 0 0.15 0.86 0.72 49.18 0.75 0.16
Hex 47 3C A 0 F 56 48 31 4B 10
Octal 107 74 12 0 17 126 110 61 113 20
Binary 1000111 111100 1010 0 1111 1010110 1001000 110001 1001011 10000

Color Harmonies of #473C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C0A

Black with #473C0A

Text Example


Text Example

White with #473C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,10); }

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

background-color css

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

 a { background-color: rgb(71,60,10); }

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

border-color css

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

 span { border-color: rgb(71,60,10); }

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