Html Css Color HEX #473404 Mikado

📋 copy color: '#473404'

red 71 ◦ green 52 ◦ blue 4

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

Shades of Mikado #473404

Tints of Mikado #473404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.15%

R = 55.91%
G = 40.94%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#473404 (or 0x473404) is known color: Mikado. HEX triplet: 47, 34 and 04. RGB value is (71,52,4). Sum of RGB (Red+Green+Blue) = 71+52+4=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #473404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473404 is #B8CBFB. Grayscale: #343434. Windows color (decimal): -12110844 or 275527. OLE color: 275527.

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

Color convert

RGB 71 52 4 -
CMYK 0 0.27 0.94 0.72
HSL 42.99º 0.89% 0.15% -
HSV(B) 42.99º 0.94% 0.28% -
XYZ 3.85 3.8 0.65 -
YUV 52.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 71 52 4 0 0.27 0.94 0.72 42.99 0.89 0.15
Hex 47 34 4 0 1B 5E 48 2B 59 F
Octal 107 64 4 0 33 136 110 53 131 17
Binary 1000111 110100 100 0 11011 1011110 1001000 101011 1011001 1111

Color Harmonies of #473404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473404

Black with #473404

Text Example


Text Example

White with #473404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473404; }

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

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

background-color css

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

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

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

border-color css

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

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

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