Html Css Color HEX #473505 Mikado

📋 copy color: '#473505'

red 71 ◦ green 53 ◦ blue 5

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

Shades of Mikado #473505

Tints of Mikado #473505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.09%

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 55.04%
G = 41.09%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#473505 (or 0x473505) is known color: Mikado. HEX triplet: 47, 35 and 05. RGB value is (71,53,5). Sum of RGB (Red+Green+Blue) = 71+53+5=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #473505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473505 is #B8CAFA. Grayscale: #353535. Windows color (decimal): -12110587 or 341319. OLE color: 341319.

HSL color Cylindrical-coordinate representation of color #473505: hue angle of 43.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #473505 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 5 -
CMYK 0 0.25 0.93 0.72
HSL 43.64º 0.87% 0.15% -
HSV(B) 43.64º 0.93% 0.28% -
XYZ 3.9 3.9 0.69 -
YUV 52.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 71 53 5 0 0.25 0.93 0.72 43.64 0.87 0.15
Hex 47 35 5 0 19 5D 48 2C 57 F
Octal 107 65 5 0 31 135 110 54 127 17
Binary 1000111 110101 101 0 11001 1011101 1001000 101100 1010111 1111

Color Harmonies of #473505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473505

Black with #473505

Text Example


Text Example

White with #473505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473505; }

 p { color: rgb(71,53,5); }

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

background-color css

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

 a { background-color: rgb(71,53,5); }

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

border-color css

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

 span { border-color: rgb(71,53,5); }

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