Html Css Color HEX #513F0B Madras

📋 copy color: '#513F0B'

red 81 ◦ green 63 ◦ blue 11

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

Shades of Madras #513F0B

Tints of Madras #513F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 52.26%
G = 40.65%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#513F0B (or 0x513F0B) is known color: Madras. HEX triplet: 51, 3F and 0B. RGB value is (81,63,11). Sum of RGB (Red+Green+Blue) = 81+63+11=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F0B is #AEC0F4. Grayscale: #3E3E3E. Windows color (decimal): -11452661 or 737105. OLE color: 737105.

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

Color convert

RGB 81 63 11 -
CMYK 0 0.22 0.86 0.68
HSL 44.57º 0.76% 0.18% -
HSV(B) 44.57º 0.86% 0.32% -
XYZ 5.23 5.33 1.07 -
YUV 62.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 81 63 11 0 0.22 0.86 0.68 44.57 0.76 0.18
Hex 51 3F B 0 16 56 44 2D 4C 12
Octal 121 77 13 0 26 126 104 55 114 22
Binary 1010001 111111 1011 0 10110 1010110 1000100 101101 1001100 10010

Color Harmonies of #513F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F0B

Black with #513F0B

Text Example


Text Example

White with #513F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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