Html Css Color HEX #513F09 Madras

📋 copy color: '#513F09'

red 81 ◦ green 63 ◦ blue 9

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

Shades of Madras #513F09

Tints of Madras #513F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.88%

R = 52.94%
G = 41.18%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#513F09 (or 0x513F09) is known color: Madras. HEX triplet: 51, 3F and 09. RGB value is (81,63,9). Sum of RGB (Red+Green+Blue) = 81+63+9=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F09 is #AEC0F6. Grayscale: #3E3E3E. Windows color (decimal): -11452663 or 606033. OLE color: 606033.

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

Color convert

RGB 81 63 9 -
CMYK 0 0.22 0.89 0.68
HSL 45º 0.8% 0.18% -
HSV(B) 45º 0.89% 0.32% -
XYZ 5.22 5.32 1.01 -
YUV 62.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 81 63 9 0 0.22 0.89 0.68 45 0.8 0.18
Hex 51 3F 9 0 16 59 44 2D 50 12
Octal 121 77 11 0 26 131 104 55 120 22
Binary 1010001 111111 1001 0 10110 1011001 1000100 101101 1010000 10010

Color Harmonies of #513F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F09

Black with #513F09

Text Example


Text Example

White with #513F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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