Html Css Color HEX #493A02 Madras

📋 copy color: '#493A02'

red 73 ◦ green 58 ◦ blue 2

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

Shades of Madras #493A02

Tints of Madras #493A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 43.61%

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 54.89%
G = 43.61%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493A02 (or 0x493A02) is known color: Madras. HEX triplet: 49, 3A and 02. RGB value is (73,58,2). Sum of RGB (Red+Green+Blue) = 73+58+2=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #493A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A02 is #B6C5FD. Grayscale: #383838. Windows color (decimal): -11978238 or 145993. OLE color: 145993.

HSL color Cylindrical-coordinate representation of color #493A02: hue angle of 47.32º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #493A02 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 58 2 -
CMYK 0 0.21 0.97 0.71
HSL 47.32º 0.95% 0.15% -
HSV(B) 47.32º 0.97% 0.29% -
XYZ 4.27 4.45 0.69 -
YUV 56.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 73 58 2 0 0.21 0.97 0.71 47.32 0.95 0.15
Hex 49 3A 2 0 15 61 47 2F 5F F
Octal 111 72 2 0 25 141 107 57 137 17
Binary 1001001 111010 10 0 10101 1100001 1000111 101111 1011111 1111

Color Harmonies of #493A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A02

Black with #493A02

Text Example


Text Example

White with #493A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493A02; }

 p { color: rgb(73,58,2); }

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

background-color css

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

 a { background-color: rgb(73,58,2); }

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

border-color css

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

 span { border-color: rgb(73,58,2); }

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