Html Css Color HEX #504307 Madras

📋 copy color: '#504307'

red 80 ◦ green 67 ◦ blue 7

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

Shades of Madras #504307

Tints of Madras #504307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.51%

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

R = 51.95%
G = 43.51%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#504307 (or 0x504307) is known color: Madras. HEX triplet: 50, 43 and 07. RGB value is (80,67,7). Sum of RGB (Red+Green+Blue) = 80+67+7=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504307 is #AFBCF8. Grayscale: #404040. Windows color (decimal): -11517177 or 475984. OLE color: 475984.

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

Color convert

RGB 80 67 7 -
CMYK 0 0.16 0.91 0.69
HSL 49.32º 0.84% 0.17% -
HSV(B) 49.32º 0.91% 0.31% -
XYZ 5.35 5.74 1.03 -
YUV 64.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 80 67 7 0 0.16 0.91 0.69 49.32 0.84 0.17
Hex 50 43 7 0 10 5B 45 31 54 11
Octal 120 103 7 0 20 133 105 61 124 21
Binary 1010000 1000011 111 0 10000 1011011 1000101 110001 1010100 10001

Color Harmonies of #504307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504307

Black with #504307

Text Example


Text Example

White with #504307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504307; }

 p { color: rgb(80,67,7); }

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

background-color css

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

 a { background-color: rgb(80,67,7); }

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

border-color css

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

 span { border-color: rgb(80,67,7); }

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