Html Css Color HEX #513C09 Madras

📋 copy color: '#513C09'

red 81 ◦ green 60 ◦ blue 9

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

Shades of Madras #513C09

Tints of Madras #513C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40%

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

R = 54%
G = 40%
B = 6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#513C09 (or 0x513C09) is known color: Madras. HEX triplet: 51, 3C and 09. RGB value is (81,60,9). Sum of RGB (Red+Green+Blue) = 81+60+9=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #513C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C09 is #AEC3F6. Grayscale: #3C3C3C. Windows color (decimal): -11453431 or 605265. OLE color: 605265.

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

Color convert

RGB 81 60 9 -
CMYK 0 0.26 0.89 0.68
HSL 42.5º 0.8% 0.18% -
HSV(B) 42.5º 0.89% 0.32% -
XYZ 5.06 5 0.96 -
YUV 60.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 81 60 9 0 0.26 0.89 0.68 42.5 0.8 0.18
Hex 51 3C 9 0 1A 59 44 2A 50 12
Octal 121 74 11 0 32 131 104 52 120 22
Binary 1010001 111100 1001 0 11010 1011001 1000100 101010 1010000 10010

Color Harmonies of #513C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C09

Black with #513C09

Text Example


Text Example

White with #513C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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