Html Css Color HEX #513F16 Madras

📋 copy color: '#513F16'

red 81 ◦ green 63 ◦ blue 22

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

Shades of Madras #513F16

Tints of Madras #513F16

RGB

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

 GREEN value IS 63 (25% from 255) = 37.95%

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 48.8%
G = 37.95%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#513F16 (or 0x513F16) is known color: Madras. HEX triplet: 51, 3F and 16. RGB value is (81,63,22). Sum of RGB (Red+Green+Blue) = 81+63+22=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F16 is #AEC0E9. Grayscale: #3F3F3F. Windows color (decimal): -11452650 or 1458001. OLE color: 1458001.

HSL color Cylindrical-coordinate representation of color #513F16: hue angle of 41.69º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513F16 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 63 22 -
CMYK 0 0.22 0.73 0.68
HSL 41.69º 0.57% 0.2% -
HSV(B) 41.69º 0.73% 0.32% -
XYZ 5.32 5.36 1.51 -
YUV 63.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 81 63 22 0 0.22 0.73 0.68 41.69 0.57 0.2
Hex 51 3F 16 0 16 49 44 2A 39 14
Octal 121 77 26 0 26 111 104 52 71 24
Binary 1010001 111111 10110 0 10110 1001001 1000100 101010 111001 10100

Color Harmonies of #513F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F16

Black with #513F16

Text Example


Text Example

White with #513F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513F16; }

 p { color: rgb(81,63,22); }

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

background-color css

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

 a { background-color: rgb(81,63,22); }

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

border-color css

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

 span { border-color: rgb(81,63,22); }

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