Html Css Color HEX #504202 Madras

📋 copy color: '#504202'

red 80 ◦ green 66 ◦ blue 2

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

Shades of Madras #504202

Tints of Madras #504202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.59%

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

R = 54.05%
G = 44.59%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#504202 (or 0x504202) is known color: Madras. HEX triplet: 50, 42 and 02. RGB value is (80,66,2). Sum of RGB (Red+Green+Blue) = 80+66+2=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #504202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504202 is #AFBDFD. Grayscale: #3F3F3F. Windows color (decimal): -11517438 or 148048. OLE color: 148048.

HSL color Cylindrical-coordinate representation of color #504202: hue angle of 49.23º 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 #504202 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 2 -
CMYK 0 0.17 0.98 0.69
HSL 49.23º 0.95% 0.16% -
HSV(B) 49.23º 0.98% 0.31% -
XYZ 5.27 5.61 0.86 -
YUV 62.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 80 66 2 0 0.17 0.98 0.69 49.23 0.95 0.16
Hex 50 42 2 0 11 62 45 31 5F 10
Octal 120 102 2 0 21 142 105 61 137 20
Binary 1010000 1000010 10 0 10001 1100010 1000101 110001 1011111 10000

Color Harmonies of #504202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504202

Black with #504202

Text Example


Text Example

White with #504202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504202; }

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

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

background-color css

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

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

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

border-color css

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

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

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