Html Css Color HEX #473400 Mikado

📋 copy color: '#473400'

red 71 ◦ green 52 ◦ blue 0

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

Shades of Mikado #473400

Tints of Mikado #473400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.72%
G = 42.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473400 (or 0x473400) is known color: Mikado. HEX triplet: 47, 34 and 00. RGB value is (71,52,0). Sum of RGB (Red+Green+Blue) = 71+52+0=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #473400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473400 is #B8CBFF. Grayscale: #333333. Windows color (decimal): -12110848 or 13383. OLE color: 13383.

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

Color convert

RGB 71 52 0 -
CMYK 0 0.27 1 0.72
HSL 43.94º 1% 0.14% -
HSV(B) 43.94º 1% 0.28% -
XYZ 3.83 3.8 0.53 -
YUV 51.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 71 52 0 0 0.27 1 0.72 43.94 1 0.14
Hex 47 34 0 0 1B 64 48 2C 64 E
Octal 107 64 0 0 33 144 110 54 144 16
Binary 1000111 110100 0 0 11011 1100100 1001000 101100 1100100 1110

Color Harmonies of #473400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473400

Black with #473400

Text Example


Text Example

White with #473400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473400; }

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

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

background-color css

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

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

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

border-color css

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

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

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