Html Css Color HEX #463509 Mikado

📋 copy color: '#463509'

red 70 ◦ green 53 ◦ blue 9

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

Shades of Mikado #463509

Tints of Mikado #463509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.82%

R = 53.03%
G = 40.15%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#463509 (or 0x463509) is known color: Mikado. HEX triplet: 46, 35 and 09. RGB value is (70,53,9). Sum of RGB (Red+Green+Blue) = 70+53+9=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #463509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463509 is #B9CAF6. Grayscale: #353535. Windows color (decimal): -12176119 or 603462. OLE color: 603462.

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

Color convert

RGB 70 53 9 -
CMYK 0 0.24 0.87 0.73
HSL 43.28º 0.77% 0.15% -
HSV(B) 43.28º 0.87% 0.27% -
XYZ 3.85 3.87 0.8 -
YUV 53.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 70 53 9 0 0.24 0.87 0.73 43.28 0.77 0.15
Hex 46 35 9 0 18 57 49 2B 4D F
Octal 106 65 11 0 30 127 111 53 115 17
Binary 1000110 110101 1001 0 11000 1010111 1001001 101011 1001101 1111

Color Harmonies of #463509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463509

Black with #463509

Text Example


Text Example

White with #463509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463509; }

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

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

background-color css

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

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

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

border-color css

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

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

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