Html Css Color HEX #504602 Madras

📋 copy color: '#504602'

red 80 ◦ green 70 ◦ blue 2

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

Shades of Madras #504602

Tints of Madras #504602

RGB

 RED value IS 80 (31.64% from 255) = 52.63%

 GREEN value IS 70 (27.73% from 255) = 46.05%

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

R = 52.63%
G = 46.05%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#504602 (or 0x504602) is known color: Madras. HEX triplet: 50, 46 and 02. RGB value is (80,70,2). Sum of RGB (Red+Green+Blue) = 80+70+2=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #504602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504602 is #AFB9FD. Grayscale: #414141. Windows color (decimal): -11516414 or 149072. OLE color: 149072.

HSL color Cylindrical-coordinate representation of color #504602: hue angle of 52.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #504602 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 2 -
CMYK 0 0.12 0.98 0.69
HSL 52.31º 0.95% 0.16% -
HSV(B) 52.31º 0.98% 0.31% -
XYZ 5.51 6.09 0.94 -
YUV 65.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 80 70 2 0 0.12 0.98 0.69 52.31 0.95 0.16
Hex 50 46 2 0 C 62 45 34 5F 10
Octal 120 106 2 0 14 142 105 64 137 20
Binary 1010000 1000110 10 0 1100 1100010 1000101 110100 1011111 10000

Color Harmonies of #504602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504602

Black with #504602

Text Example


Text Example

White with #504602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504602; }

 p { color: rgb(80,70,2); }

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

background-color css

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

 a { background-color: rgb(80,70,2); }

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

border-color css

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

 span { border-color: rgb(80,70,2); }

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