Html Css Color HEX #473510 Mikado

📋 copy color: '#473510'

red 71 ◦ green 53 ◦ blue 16

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

Shades of Mikado #473510

Tints of Mikado #473510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 50.71%
G = 37.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#473510 (or 0x473510) is known color: Mikado. HEX triplet: 47, 35 and 10. RGB value is (71,53,16). Sum of RGB (Red+Green+Blue) = 71+53+16=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473510 is #B8CAEF. Grayscale: #363636. Windows color (decimal): -12110576 or 1062215. OLE color: 1062215.

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

Color convert

RGB 71 53 16 -
CMYK 0 0.25 0.77 0.72
HSL 40.36º 0.63% 0.17% -
HSV(B) 40.36º 0.77% 0.28% -
XYZ 3.97 3.92 1.04 -
YUV 54.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 71 53 16 0 0.25 0.77 0.72 40.36 0.63 0.17
Hex 47 35 10 0 19 4D 48 28 3F 11
Octal 107 65 20 0 31 115 110 50 77 21
Binary 1000111 110101 10000 0 11001 1001101 1001000 101000 111111 10001

Color Harmonies of #473510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473510

Black with #473510

Text Example


Text Example

White with #473510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473510; }

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

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

background-color css

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

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

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

border-color css

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

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

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