Html Css Color HEX #513F07 Madras

📋 copy color: '#513F07'

red 81 ◦ green 63 ◦ blue 7

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

Shades of Madras #513F07

Tints of Madras #513F07

RGB

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

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

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

R = 53.64%
G = 41.72%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#513F07 (or 0x513F07) is known color: Madras. HEX triplet: 51, 3F and 07. RGB value is (81,63,7). Sum of RGB (Red+Green+Blue) = 81+63+7=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F07 is #AEC0F8. Grayscale: #3E3E3E. Windows color (decimal): -11452665 or 474961. OLE color: 474961.

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

Color convert

RGB 81 63 7 -
CMYK 0 0.22 0.91 0.68
HSL 45.41º 0.84% 0.17% -
HSV(B) 45.41º 0.91% 0.32% -
XYZ 5.21 5.32 0.95 -
YUV 62 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 81 63 7 0 0.22 0.91 0.68 45.41 0.84 0.17
Hex 51 3F 7 0 16 5B 44 2D 54 11
Octal 121 77 7 0 26 133 104 55 124 21
Binary 1010001 111111 111 0 10110 1011011 1000100 101101 1010100 10001

Color Harmonies of #513F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F07

Black with #513F07

Text Example


Text Example

White with #513F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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