Html Css Color HEX #473511 Mikado

📋 copy color: '#473511'

red 71 ◦ green 53 ◦ blue 17

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

Shades of Mikado #473511

Tints of Mikado #473511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.59%

 BLUE value IS 17 (7.03% from 255) = 12.06%

R = 50.35%
G = 37.59%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#473511 (or 0x473511) is known color: Mikado. HEX triplet: 47, 35 and 11. RGB value is (71,53,17). Sum of RGB (Red+Green+Blue) = 71+53+17=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473511 is #B8CAEE. Grayscale: #363636. Windows color (decimal): -12110575 or 1127751. OLE color: 1127751.

HSL color Cylindrical-coordinate representation of color #473511: hue angle of 40º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #473511 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 17 -
CMYK 0 0.25 0.76 0.72
HSL 40º 0.61% 0.17% -
HSV(B) 40º 0.76% 0.28% -
XYZ 3.97 3.93 1.08 -
YUV 54.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 71 53 17 0 0.25 0.76 0.72 40 0.61 0.17
Hex 47 35 11 0 19 4C 48 28 3D 11
Octal 107 65 21 0 31 114 110 50 75 21
Binary 1000111 110101 10001 0 11001 1001100 1001000 101000 111101 10001

Color Harmonies of #473511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473511

Black with #473511

Text Example


Text Example

White with #473511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473511; }

 p { color: rgb(71,53,17); }

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

background-color css

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

 a { background-color: rgb(71,53,17); }

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

border-color css

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

 span { border-color: rgb(71,53,17); }

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