Html Css Color HEX #473200 Mikado

📋 copy color: '#473200'

red 71 ◦ green 50 ◦ blue 0

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

Shades of Mikado #473200

Tints of Mikado #473200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.32%

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

R = 58.68%
G = 41.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473200 (or 0x473200) is known color: Mikado. HEX triplet: 47, 32 and 00. RGB value is (71,50,0). Sum of RGB (Red+Green+Blue) = 71+50+0=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #473200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473200 is #B8CDFF. Grayscale: #323232. Windows color (decimal): -12111360 or 12871. OLE color: 12871.

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

Color convert

RGB 71 50 0 -
CMYK 0 0.30 1 0.72
HSL 42.25º 1% 0.14% -
HSV(B) 42.25º 1% 0.28% -
XYZ 3.74 3.62 0.5 -
YUV 50.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 71 50 0 0 0.30 1 0.72 42.25 1 0.14
Hex 47 32 0 0 1E 64 48 2A 64 E
Octal 107 62 0 0 36 144 110 52 144 16
Binary 1000111 110010 0 0 11110 1100100 1001000 101010 1100100 1110

Color Harmonies of #473200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473200

Black with #473200

Text Example


Text Example

White with #473200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473200; }

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

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

background-color css

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

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

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

border-color css

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

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

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