Html Css Color HEX #463409 Mikado

📋 copy color: '#463409'

red 70 ◦ green 52 ◦ blue 9

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

Shades of Mikado #463409

Tints of Mikado #463409

RGB

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

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

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

R = 53.44%
G = 39.69%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#463409 (or 0x463409) is known color: Mikado. HEX triplet: 46, 34 and 09. RGB value is (70,52,9). Sum of RGB (Red+Green+Blue) = 70+52+9=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #463409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463409 is #B9CBF6. Grayscale: #343434. Windows color (decimal): -12176375 or 603206. OLE color: 603206.

HSL color Cylindrical-coordinate representation of color #463409: hue angle of 42.3º 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 #463409 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 52 9 -
CMYK 0 0.26 0.87 0.73
HSL 42.3º 0.77% 0.15% -
HSV(B) 42.3º 0.87% 0.27% -
XYZ 3.8 3.78 0.79 -
YUV 52.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 70 52 9 0 0.26 0.87 0.73 42.3 0.77 0.15
Hex 46 34 9 0 1A 57 49 2A 4D F
Octal 106 64 11 0 32 127 111 52 115 17
Binary 1000110 110100 1001 0 11010 1010111 1001001 101010 1001101 1111

Color Harmonies of #463409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463409

Black with #463409

Text Example


Text Example

White with #463409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463409; }

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

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

background-color css

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

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

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

border-color css

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

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

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