Html Css Color HEX #473401 Mikado

📋 copy color: '#473401'

red 71 ◦ green 52 ◦ blue 1

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

Shades of Mikado #473401

Tints of Mikado #473401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

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

R = 57.26%
G = 41.94%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#473401 (or 0x473401) is known color: Mikado. HEX triplet: 47, 34 and 01. RGB value is (71,52,1). Sum of RGB (Red+Green+Blue) = 71+52+1=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #473401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473401 is #B8CBFE. Grayscale: #343434. Windows color (decimal): -12110847 or 78919. OLE color: 78919.

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

Color convert

RGB 71 52 1 -
CMYK 0 0.27 0.99 0.72
HSL 43.71º 0.97% 0.14% -
HSV(B) 43.71º 0.99% 0.28% -
XYZ 3.83 3.8 0.56 -
YUV 51.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 71 52 1 0 0.27 0.99 0.72 43.71 0.97 0.14
Hex 47 34 1 0 1B 63 48 2C 61 E
Octal 107 64 1 0 33 143 110 54 141 16
Binary 1000111 110100 1 0 11011 1100011 1001000 101100 1100001 1110

Color Harmonies of #473401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473401

Black with #473401

Text Example


Text Example

White with #473401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473401; }

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

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

background-color css

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

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

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

border-color css

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

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

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