Html Css Color HEX #513C17 Madras

📋 copy color: '#513C17'

red 81 ◦ green 60 ◦ blue 23

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

Shades of Madras #513C17

Tints of Madras #513C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 49.39%
G = 36.59%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#513C17 (or 0x513C17) is known color: Madras. HEX triplet: 51, 3C and 17. RGB value is (81,60,23). Sum of RGB (Red+Green+Blue) = 81+60+23=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #513C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C17 is #AEC3E8. Grayscale: #3E3E3E. Windows color (decimal): -11453417 or 1522769. OLE color: 1522769.

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

Color convert

RGB 81 60 23 -
CMYK 0 0.26 0.72 0.68
HSL 38.28º 0.56% 0.2% -
HSV(B) 38.28º 0.72% 0.32% -
XYZ 5.16 5.04 1.51 -
YUV 62.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 81 60 23 0 0.26 0.72 0.68 38.28 0.56 0.2
Hex 51 3C 17 0 1A 48 44 26 38 14
Octal 121 74 27 0 32 110 104 46 70 24
Binary 1010001 111100 10111 0 11010 1001000 1000100 100110 111000 10100

Color Harmonies of #513C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C17

Black with #513C17

Text Example


Text Example

White with #513C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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