Html Css Color HEX #493C02 Madras

📋 copy color: '#493C02'

red 73 ◦ green 60 ◦ blue 2

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

Shades of Madras #493C02

Tints of Madras #493C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.44%

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

R = 54.07%
G = 44.44%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493C02 (or 0x493C02) is known color: Madras. HEX triplet: 49, 3C and 02. RGB value is (73,60,2). Sum of RGB (Red+Green+Blue) = 73+60+2=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #493C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C02 is #B6C3FD. Grayscale: #393939. Windows color (decimal): -11977726 or 146505. OLE color: 146505.

HSL color Cylindrical-coordinate representation of color #493C02: hue angle of 49.01º 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 #493C02 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 60 2 -
CMYK 0 0.18 0.97 0.71
HSL 49.01º 0.95% 0.15% -
HSV(B) 49.01º 0.97% 0.29% -
XYZ 4.37 4.65 0.72 -
YUV 57.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 73 60 2 0 0.18 0.97 0.71 49.01 0.95 0.15
Hex 49 3C 2 0 12 61 47 31 5F F
Octal 111 74 2 0 22 141 107 61 137 17
Binary 1001001 111100 10 0 10010 1100001 1000111 110001 1011111 1111

Color Harmonies of #493C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C02

Black with #493C02

Text Example


Text Example

White with #493C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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