Html Css Color HEX #513D09 Madras

📋 copy color: '#513D09'

red 81 ◦ green 61 ◦ blue 9

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

Shades of Madras #513D09

Tints of Madras #513D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.4%

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

R = 53.64%
G = 40.4%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#513D09 (or 0x513D09) is known color: Madras. HEX triplet: 51, 3D and 09. RGB value is (81,61,9). Sum of RGB (Red+Green+Blue) = 81+61+9=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D09 is #AEC2F6. Grayscale: #3D3D3D. Windows color (decimal): -11453175 or 605521. OLE color: 605521.

HSL color Cylindrical-coordinate representation of color #513D09: hue angle of 43.33º 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 #513D09 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 9 -
CMYK 0 0.25 0.89 0.68
HSL 43.33º 0.8% 0.18% -
HSV(B) 43.33º 0.89% 0.32% -
XYZ 5.11 5.11 0.97 -
YUV 61.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 81 61 9 0 0.25 0.89 0.68 43.33 0.8 0.18
Hex 51 3D 9 0 19 59 44 2B 50 12
Octal 121 75 11 0 31 131 104 53 120 22
Binary 1010001 111101 1001 0 11001 1011001 1000100 101011 1010000 10010

Color Harmonies of #513D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D09

Black with #513D09

Text Example


Text Example

White with #513D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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