Html Css Color HEX #514020 Madras

📋 copy color: '#514020'

red 81 ◦ green 64 ◦ blue 32

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

Shades of Madras #514020

Tints of Madras #514020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 45.76%
G = 36.16%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#514020 (or 0x514020) is known color: Madras. HEX triplet: 51, 40 and 20. RGB value is (81,64,32). Sum of RGB (Red+Green+Blue) = 81+64+32=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514020 is #AEBFDF. Grayscale: #414141. Windows color (decimal): -11452384 or 2113617. OLE color: 2113617.

HSL color Cylindrical-coordinate representation of color #514020: hue angle of 39.18º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514020 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 32 -
CMYK 0 0.21 0.60 0.68
HSL 39.18º 0.43% 0.22% -
HSV(B) 39.18º 0.6% 0.32% -
XYZ 5.49 5.52 2.14 -
YUV 65.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 81 64 32 0 0.21 0.60 0.68 39.18 0.43 0.22
Hex 51 40 20 0 15 3C 44 27 2B 16
Octal 121 100 40 0 25 74 104 47 53 26
Binary 1010001 1000000 100000 0 10101 111100 1000100 100111 101011 10110

Color Harmonies of #514020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514020

Black with #514020

Text Example


Text Example

White with #514020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514020; }

 p { color: rgb(81,64,32); }

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

background-color css

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

 a { background-color: rgb(81,64,32); }

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

border-color css

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

 span { border-color: rgb(81,64,32); }

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