Html Css Color HEX #493508 Mikado

📋 copy color: '#493508'

red 73 ◦ green 53 ◦ blue 8

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

Shades of Mikado #493508

Tints of Mikado #493508

RGB

 RED value IS 73 (28.91% from 255) = 54.48%

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

 BLUE value IS 8 (3.52% from 255) = 5.97%

R = 54.48%
G = 39.55%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#493508 (or 0x493508) is known color: Mikado. HEX triplet: 49, 35 and 08. RGB value is (73,53,8). Sum of RGB (Red+Green+Blue) = 73+53+8=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #493508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493508 is #B6CAF7. Grayscale: #363636. Windows color (decimal): -11979512 or 537929. OLE color: 537929.

HSL color Cylindrical-coordinate representation of color #493508: hue angle of 41.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #493508 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 53 8 -
CMYK 0 0.27 0.89 0.71
HSL 41.54º 0.8% 0.16% -
HSV(B) 41.54º 0.89% 0.29% -
XYZ 4.06 3.98 0.78 -
YUV 53.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 73 53 8 0 0.27 0.89 0.71 41.54 0.8 0.16
Hex 49 35 8 0 1B 59 47 2A 50 10
Octal 111 65 10 0 33 131 107 52 120 20
Binary 1001001 110101 1000 0 11011 1011001 1000111 101010 1010000 10000

Color Harmonies of #493508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493508

Black with #493508

Text Example


Text Example

White with #493508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493508; }

 p { color: rgb(73,53,8); }

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

background-color css

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

 a { background-color: rgb(73,53,8); }

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

border-color css

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

 span { border-color: rgb(73,53,8); }

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