Html Css Color HEX #463009 Mikado

📋 copy color: '#463009'

red 70 ◦ green 48 ◦ blue 9

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

Shades of Mikado #463009

Tints of Mikado #463009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.8%

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

R = 55.12%
G = 37.8%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#463009 (or 0x463009) is known color: Mikado. HEX triplet: 46, 30 and 09. RGB value is (70,48,9). Sum of RGB (Red+Green+Blue) = 70+48+9=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #463009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463009 is #B9CFF6. Grayscale: #323232. Windows color (decimal): -12177399 or 602182. OLE color: 602182.

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

Color convert

RGB 70 48 9 -
CMYK 0 0.31 0.87 0.73
HSL 38.36º 0.77% 0.15% -
HSV(B) 38.36º 0.87% 0.27% -
XYZ 3.63 3.44 0.73 -
YUV 50.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 70 48 9 0 0.31 0.87 0.73 38.36 0.77 0.15
Hex 46 30 9 0 1F 57 49 26 4D F
Octal 106 60 11 0 37 127 111 46 115 17
Binary 1000110 110000 1001 0 11111 1010111 1001001 100110 1001101 1111

Color Harmonies of #463009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463009

Black with #463009

Text Example


Text Example

White with #463009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463009; }

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

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

background-color css

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

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

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

border-color css

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

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

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