Html Css Color HEX #473411 Mikado

📋 copy color: '#473411'

red 71 ◦ green 52 ◦ blue 17

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

Shades of Mikado #473411

Tints of Mikado #473411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

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

R = 50.71%
G = 37.14%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#473411 (or 0x473411) is known color: Mikado. HEX triplet: 47, 34 and 11. RGB value is (71,52,17). Sum of RGB (Red+Green+Blue) = 71+52+17=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473411 is #B8CBEE. Grayscale: #353535. Windows color (decimal): -12110831 or 1127495. OLE color: 1127495.

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

Color convert

RGB 71 52 17 -
CMYK 0 0.27 0.76 0.72
HSL 38.89º 0.61% 0.17% -
HSV(B) 38.89º 0.76% 0.28% -
XYZ 3.93 3.84 1.06 -
YUV 53.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 71 52 17 0 0.27 0.76 0.72 38.89 0.61 0.17
Hex 47 34 11 0 1B 4C 48 27 3D 11
Octal 107 64 21 0 33 114 110 47 75 21
Binary 1000111 110100 10001 0 11011 1001100 1001000 100111 111101 10001

Color Harmonies of #473411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473411

Black with #473411

Text Example


Text Example

White with #473411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473411; }

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

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

background-color css

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

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

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

border-color css

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

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

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