Html Css Color HEX #513E0D Madras

📋 copy color: '#513E0D'

red 81 ◦ green 62 ◦ blue 13

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

Shades of Madras #513E0D

Tints of Madras #513E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.74%

 BLUE value IS 13 (5.47% from 255) = 8.33%

R = 51.92%
G = 39.74%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#513E0D (or 0x513E0D) is known color: Madras. HEX triplet: 51, 3E and 0D. RGB value is (81,62,13). Sum of RGB (Red+Green+Blue) = 81+62+13=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E0D is #AEC1F2. Grayscale: #3E3E3E. Windows color (decimal): -11452915 or 867921. OLE color: 867921.

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

Color convert

RGB 81 62 13 -
CMYK 0 0.23 0.84 0.68
HSL 43.24º 0.72% 0.18% -
HSV(B) 43.24º 0.84% 0.32% -
XYZ 5.19 5.22 1.12 -
YUV 62.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 81 62 13 0 0.23 0.84 0.68 43.24 0.72 0.18
Hex 51 3E D 0 17 54 44 2B 48 12
Octal 121 76 15 0 27 124 104 53 110 22
Binary 1010001 111110 1101 0 10111 1010100 1000100 101011 1001000 10010

Color Harmonies of #513E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E0D

Black with #513E0D

Text Example


Text Example

White with #513E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,62,13); }

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

background-color css

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

 a { background-color: rgb(81,62,13); }

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

border-color css

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

 span { border-color: rgb(81,62,13); }

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