Html Css Color HEX #514505 Madras

📋 copy color: '#514505'

red 81 ◦ green 69 ◦ blue 5

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

Shades of Madras #514505

Tints of Madras #514505

RGB

 RED value IS 81 (32.03% from 255) = 52.26%

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

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 52.26%
G = 44.52%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#514505 (or 0x514505) is known color: Madras. HEX triplet: 51, 45 and 05. RGB value is (81,69,5). Sum of RGB (Red+Green+Blue) = 81+69+5=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #514505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514505 is #AEBAFA. Grayscale: #414141. Windows color (decimal): -11451131 or 345425. OLE color: 345425.

HSL color Cylindrical-coordinate representation of color #514505: hue angle of 50.53º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #514505 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 5 -
CMYK 0 0.15 0.94 0.68
HSL 50.53º 0.88% 0.17% -
HSV(B) 50.53º 0.94% 0.32% -
XYZ 5.55 6.02 1.01 -
YUV 65.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 81 69 5 0 0.15 0.94 0.68 50.53 0.88 0.17
Hex 51 45 5 0 F 5E 44 33 58 11
Octal 121 105 5 0 17 136 104 63 130 21
Binary 1010001 1000101 101 0 1111 1011110 1000100 110011 1011000 10001

Color Harmonies of #514505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514505

Black with #514505

Text Example


Text Example

White with #514505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514505; }

 p { color: rgb(81,69,5); }

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

background-color css

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

 a { background-color: rgb(81,69,5); }

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

border-color css

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

 span { border-color: rgb(81,69,5); }

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