Html Css Color HEX #473101 Mikado

📋 copy color: '#473101'

red 71 ◦ green 49 ◦ blue 1

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

Shades of Mikado #473101

Tints of Mikado #473101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 58.68%
G = 40.5%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#473101 (or 0x473101) is known color: Mikado. HEX triplet: 47, 31 and 01. RGB value is (71,49,1). Sum of RGB (Red+Green+Blue) = 71+49+1=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #473101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473101 is #B8CEFE. Grayscale: #323232. Windows color (decimal): -12111615 or 78151. OLE color: 78151.

HSL color Cylindrical-coordinate representation of color #473101: hue angle of 41.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #473101 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 1 -
CMYK 0 0.31 0.99 0.72
HSL 41.14º 0.97% 0.14% -
HSV(B) 41.14º 0.99% 0.28% -
XYZ 3.7 3.54 0.52 -
YUV 50.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 71 49 1 0 0.31 0.99 0.72 41.14 0.97 0.14
Hex 47 31 1 0 1F 63 48 29 61 E
Octal 107 61 1 0 37 143 110 51 141 16
Binary 1000111 110001 1 0 11111 1100011 1001000 101001 1100001 1110

Color Harmonies of #473101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473101

Black with #473101

Text Example


Text Example

White with #473101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473101; }

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

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

background-color css

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

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

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

border-color css

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

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

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