Html Css Color HEX #473005 Mikado

📋 copy color: '#473005'

red 71 ◦ green 48 ◦ blue 5

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

Shades of Mikado #473005

Tints of Mikado #473005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.71%

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

R = 57.26%
G = 38.71%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#473005 (or 0x473005) is known color: Mikado. HEX triplet: 47, 30 and 05. RGB value is (71,48,5). Sum of RGB (Red+Green+Blue) = 71+48+5=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473005 is #B8CFFA. Grayscale: #323232. Windows color (decimal): -12111867 or 340039. OLE color: 340039.

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

Color convert

RGB 71 48 5 -
CMYK 0 0.32 0.93 0.72
HSL 39.09º 0.87% 0.15% -
HSV(B) 39.09º 0.93% 0.28% -
XYZ 3.68 3.46 0.62 -
YUV 49.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 71 48 5 0 0.32 0.93 0.72 39.09 0.87 0.15
Hex 47 30 5 0 20 5D 48 27 57 F
Octal 107 60 5 0 40 135 110 47 127 17
Binary 1000111 110000 101 0 100000 1011101 1001000 100111 1010111 1111

Color Harmonies of #473005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473005

Black with #473005

Text Example


Text Example

White with #473005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473005; }

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

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

background-color css

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

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

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

border-color css

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

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

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