Html Css Color HEX #513C07 Madras

📋 copy color: '#513C07'

red 81 ◦ green 60 ◦ blue 7

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

Shades of Madras #513C07

Tints of Madras #513C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.73%

R = 54.73%
G = 40.54%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#513C07 (or 0x513C07) is known color: Madras. HEX triplet: 51, 3C and 07. RGB value is (81,60,7). Sum of RGB (Red+Green+Blue) = 81+60+7=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #513C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C07 is #AEC3F8. Grayscale: #3C3C3C. Windows color (decimal): -11453433 or 474193. OLE color: 474193.

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

Color convert

RGB 81 60 7 -
CMYK 0 0.26 0.91 0.68
HSL 42.97º 0.84% 0.17% -
HSV(B) 42.97º 0.91% 0.32% -
XYZ 5.05 5 0.9 -
YUV 60.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 81 60 7 0 0.26 0.91 0.68 42.97 0.84 0.17
Hex 51 3C 7 0 1A 5B 44 2B 54 11
Octal 121 74 7 0 32 133 104 53 124 21
Binary 1010001 111100 111 0 11010 1011011 1000100 101011 1010100 10001

Color Harmonies of #513C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C07

Black with #513C07

Text Example


Text Example

White with #513C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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