Html Css Color HEX #513A06 Madras

📋 copy color: '#513A06'

red 81 ◦ green 58 ◦ blue 6

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

Shades of Madras #513A06

Tints of Madras #513A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40%

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

R = 55.86%
G = 40%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#513A06 (or 0x513A06) is known color: Madras. HEX triplet: 51, 3A and 06. RGB value is (81,58,6). Sum of RGB (Red+Green+Blue) = 81+58+6=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #513A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A06 is #AEC5F9. Grayscale: #3B3B3B. Windows color (decimal): -11453946 or 408145. OLE color: 408145.

HSL color Cylindrical-coordinate representation of color #513A06: hue angle of 41.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 #513A06 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 58 6 -
CMYK 0 0.28 0.93 0.68
HSL 41.6º 0.86% 0.17% -
HSV(B) 41.6º 0.93% 0.32% -
XYZ 4.94 4.79 0.84 -
YUV 58.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 81 58 6 0 0.28 0.93 0.68 41.6 0.86 0.17
Hex 51 3A 6 0 1C 5D 44 2A 56 11
Octal 121 72 6 0 34 135 104 52 126 21
Binary 1010001 111010 110 0 11100 1011101 1000100 101010 1010110 10001

Color Harmonies of #513A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A06

Black with #513A06

Text Example


Text Example

White with #513A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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