Html Css Color HEX #50450F Madras

📋 copy color: '#50450F'

red 80 ◦ green 69 ◦ blue 15

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

Shades of Madras #50450F

Tints of Madras #50450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.07%

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 48.78%
G = 42.07%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50450F (or 0x50450F) is known color: Madras. HEX triplet: 50, 45 and 0F. RGB value is (80,69,15). Sum of RGB (Red+Green+Blue) = 80+69+15=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50450F is #AFBAF0. Grayscale: #424242. Windows color (decimal): -11516657 or 1000784. OLE color: 1000784.

HSL color Cylindrical-coordinate representation of color #50450F: hue angle of 49.85º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50450F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 15 -
CMYK 0 0.14 0.81 0.69
HSL 49.85º 0.68% 0.19% -
HSV(B) 49.85º 0.81% 0.31% -
XYZ 5.52 6 1.32 -
YUV 66.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 80 69 15 0 0.14 0.81 0.69 49.85 0.68 0.19
Hex 50 45 F 0 E 51 45 32 44 13
Octal 120 105 17 0 16 121 105 62 104 23
Binary 1010000 1000101 1111 0 1110 1010001 1000101 110010 1000100 10011

Color Harmonies of #50450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50450F

Black with #50450F

Text Example


Text Example

White with #50450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50450F; }

 p { color: rgb(80,69,15); }

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

background-color css

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

 a { background-color: rgb(80,69,15); }

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

border-color css

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

 span { border-color: rgb(80,69,15); }

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