Html Css Color HEX #493507 Mikado

📋 copy color: '#493507'

red 73 ◦ green 53 ◦ blue 7

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

Shades of Mikado #493507

Tints of Mikado #493507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.26%

R = 54.89%
G = 39.85%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#493507 (or 0x493507) is known color: Mikado. HEX triplet: 49, 35 and 07. RGB value is (73,53,7). Sum of RGB (Red+Green+Blue) = 73+53+7=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #493507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493507 is #B6CAF8. Grayscale: #353535. Windows color (decimal): -11979513 or 472393. OLE color: 472393.

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

Color convert

RGB 73 53 7 -
CMYK 0 0.27 0.90 0.71
HSL 41.82º 0.83% 0.16% -
HSV(B) 41.82º 0.9% 0.29% -
XYZ 4.06 3.98 0.75 -
YUV 53.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 73 53 7 0 0.27 0.90 0.71 41.82 0.83 0.16
Hex 49 35 7 0 1B 5A 47 2A 52 10
Octal 111 65 7 0 33 132 107 52 122 20
Binary 1001001 110101 111 0 11011 1011010 1000111 101010 1010010 10000

Color Harmonies of #493507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493507

Black with #493507

Text Example


Text Example

White with #493507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493507; }

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

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

background-color css

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

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

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

border-color css

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

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

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