Html Css Color HEX #473300 Mikado

📋 copy color: '#473300'

red 71 ◦ green 51 ◦ blue 0

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

Shades of Mikado #473300

Tints of Mikado #473300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

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

R = 58.2%
G = 41.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473300 (or 0x473300) is known color: Mikado. HEX triplet: 47, 33 and 00. RGB value is (71,51,0). Sum of RGB (Red+Green+Blue) = 71+51+0=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #473300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473300 is #B8CCFF. Grayscale: #333333. Windows color (decimal): -12111104 or 13127. OLE color: 13127.

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

Color convert

RGB 71 51 0 -
CMYK 0 0.28 1 0.72
HSL 43.1º 1% 0.14% -
HSV(B) 43.1º 1% 0.28% -
XYZ 3.78 3.71 0.52 -
YUV 51.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 71 51 0 0 0.28 1 0.72 43.1 1 0.14
Hex 47 33 0 0 1C 64 48 2B 64 E
Octal 107 63 0 0 34 144 110 53 144 16
Binary 1000111 110011 0 0 11100 1100100 1001000 101011 1100100 1110

Color Harmonies of #473300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473300

Black with #473300

Text Example


Text Example

White with #473300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473300; }

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

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

background-color css

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

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

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

border-color css

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

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

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