Html Css Color HEX #473304 Mikado

📋 copy color: '#473304'

red 71 ◦ green 51 ◦ blue 4

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

Shades of Mikado #473304

Tints of Mikado #473304

RGB

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

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

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

R = 56.35%
G = 40.48%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#473304 (or 0x473304) is known color: Mikado. HEX triplet: 47, 33 and 04. RGB value is (71,51,4). Sum of RGB (Red+Green+Blue) = 71+51+4=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #473304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473304 is #B8CCFB. Grayscale: #333333. Windows color (decimal): -12111100 or 275271. OLE color: 275271.

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

Color convert

RGB 71 51 4 -
CMYK 0 0.28 0.94 0.72
HSL 42.09º 0.89% 0.15% -
HSV(B) 42.09º 0.94% 0.28% -
XYZ 3.8 3.72 0.63 -
YUV 51.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 71 51 4 0 0.28 0.94 0.72 42.09 0.89 0.15
Hex 47 33 4 0 1C 5E 48 2A 59 F
Octal 107 63 4 0 34 136 110 52 131 17
Binary 1000111 110011 100 0 11100 1011110 1001000 101010 1011001 1111

Color Harmonies of #473304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473304

Black with #473304

Text Example


Text Example

White with #473304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473304; }

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

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

background-color css

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

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

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

border-color css

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

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

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