Html Css Color HEX #463517 Mikado

📋 copy color: '#463517'

red 70 ◦ green 53 ◦ blue 23

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

Shades of Mikado #463517

Tints of Mikado #463517

RGB

 RED value IS 70 (27.73% from 255) = 47.95%

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

 BLUE value IS 23 (9.38% from 255) = 15.75%

R = 47.95%
G = 36.3%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#463517 (or 0x463517) is known color: Mikado. HEX triplet: 46, 35 and 17. RGB value is (70,53,23). Sum of RGB (Red+Green+Blue) = 70+53+23=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463517 is #B9CAE8. Grayscale: #363636. Windows color (decimal): -12176105 or 1520966. OLE color: 1520966.

HSL color Cylindrical-coordinate representation of color #463517: hue angle of 38.3º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463517 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 53 23 -
CMYK 0 0.24 0.67 0.73
HSL 38.3º 0.51% 0.18% -
HSV(B) 38.3º 0.67% 0.27% -
XYZ 3.95 3.91 1.36 -
YUV 54.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 70 53 23 0 0.24 0.67 0.73 38.3 0.51 0.18
Hex 46 35 17 0 18 43 49 26 33 12
Octal 106 65 27 0 30 103 111 46 63 22
Binary 1000110 110101 10111 0 11000 1000011 1001001 100110 110011 10010

Color Harmonies of #463517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463517

Black with #463517

Text Example


Text Example

White with #463517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463517; }

 p { color: rgb(70,53,23); }

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

background-color css

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

 a { background-color: rgb(70,53,23); }

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

border-color css

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

 span { border-color: rgb(70,53,23); }

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