Html Css Color HEX #513F0F Madras

📋 copy color: '#513F0F'

red 81 ◦ green 63 ◦ blue 15

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

Shades of Madras #513F0F

Tints of Madras #513F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 50.94%
G = 39.62%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#513F0F (or 0x513F0F) is known color: Madras. HEX triplet: 51, 3F and 0F. RGB value is (81,63,15). Sum of RGB (Red+Green+Blue) = 81+63+15=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #513F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F0F is #AEC0F0. Grayscale: #3F3F3F. Windows color (decimal): -11452657 or 999249. OLE color: 999249.

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

Color convert

RGB 81 63 15 -
CMYK 0 0.22 0.81 0.68
HSL 43.64º 0.69% 0.19% -
HSV(B) 43.64º 0.81% 0.32% -
XYZ 5.26 5.34 1.21 -
YUV 62.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 81 63 15 0 0.22 0.81 0.68 43.64 0.69 0.19
Hex 51 3F F 0 16 51 44 2C 45 13
Octal 121 77 17 0 26 121 104 54 105 23
Binary 1010001 111111 1111 0 10110 1010001 1000100 101100 1000101 10011

Color Harmonies of #513F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F0F

Black with #513F0F

Text Example


Text Example

White with #513F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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