Html Css Color HEX #473006 Mikado

📋 copy color: '#473006'

red 71 ◦ green 48 ◦ blue 6

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

Shades of Mikado #473006

Tints of Mikado #473006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.4%

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 56.8%
G = 38.4%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#473006 (or 0x473006) is known color: Mikado. HEX triplet: 47, 30 and 06. RGB value is (71,48,6). Sum of RGB (Red+Green+Blue) = 71+48+6=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #473006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473006 is #B8CFF9. Grayscale: #323232. Windows color (decimal): -12111866 or 405575. OLE color: 405575.

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

Color convert

RGB 71 48 6 -
CMYK 0 0.32 0.92 0.72
HSL 38.77º 0.84% 0.15% -
HSV(B) 38.77º 0.92% 0.28% -
XYZ 3.69 3.47 0.65 -
YUV 50.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 71 48 6 0 0.32 0.92 0.72 38.77 0.84 0.15
Hex 47 30 6 0 20 5C 48 27 54 F
Octal 107 60 6 0 40 134 110 47 124 17
Binary 1000111 110000 110 0 100000 1011100 1001000 100111 1010100 1111

Color Harmonies of #473006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473006

Black with #473006

Text Example


Text Example

White with #473006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473006; }

 p { color: rgb(71,48,6); }

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

background-color css

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

 a { background-color: rgb(71,48,6); }

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

border-color css

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

 span { border-color: rgb(71,48,6); }

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