Html Css Color HEX #473105 Mikado

📋 copy color: '#473105'

red 71 ◦ green 49 ◦ blue 5

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

Shades of Mikado #473105

Tints of Mikado #473105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.2%

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

R = 56.8%
G = 39.2%
B = 4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#473105 (or 0x473105) is known color: Mikado. HEX triplet: 47, 31 and 05. RGB value is (71,49,5). Sum of RGB (Red+Green+Blue) = 71+49+5=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #473105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473105 is #B8CEFA. Grayscale: #323232. Windows color (decimal): -12111611 or 340295. OLE color: 340295.

HSL color Cylindrical-coordinate representation of color #473105: hue angle of 40º 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 #473105 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 5 -
CMYK 0 0.31 0.93 0.72
HSL 40º 0.87% 0.15% -
HSV(B) 40º 0.93% 0.28% -
XYZ 3.72 3.55 0.63 -
YUV 50.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 71 49 5 0 0.31 0.93 0.72 40 0.87 0.15
Hex 47 31 5 0 1F 5D 48 28 57 F
Octal 107 61 5 0 37 135 110 50 127 17
Binary 1000111 110001 101 0 11111 1011101 1001000 101000 1010111 1111

Color Harmonies of #473105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473105

Black with #473105

Text Example


Text Example

White with #473105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473105; }

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

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

background-color css

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

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

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

border-color css

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

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

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