Html Css Color HEX #513F06 Madras

📋 copy color: '#513F06'

red 81 ◦ green 63 ◦ blue 6

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

Shades of Madras #513F06

Tints of Madras #513F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4%

R = 54%
G = 42%
B = 4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#513F06 (or 0x513F06) is known color: Madras. HEX triplet: 51, 3F and 06. RGB value is (81,63,6). Sum of RGB (Red+Green+Blue) = 81+63+6=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #513F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F06 is #AEC0F9. Grayscale: #3E3E3E. Windows color (decimal): -11452666 or 409425. OLE color: 409425.

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

Color convert

RGB 81 63 6 -
CMYK 0 0.22 0.93 0.68
HSL 45.6º 0.86% 0.17% -
HSV(B) 45.6º 0.93% 0.32% -
XYZ 5.2 5.32 0.92 -
YUV 61.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 81 63 6 0 0.22 0.93 0.68 45.6 0.86 0.17
Hex 51 3F 6 0 16 5D 44 2E 56 11
Octal 121 77 6 0 26 135 104 56 126 21
Binary 1010001 111111 110 0 10110 1011101 1000100 101110 1010110 10001

Color Harmonies of #513F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F06

Black with #513F06

Text Example


Text Example

White with #513F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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