Html Css Color HEX #513E0A Madras

📋 copy color: '#513E0A'

red 81 ◦ green 62 ◦ blue 10

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

Shades of Madras #513E0A

Tints of Madras #513E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.54%

R = 52.94%
G = 40.52%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#513E0A (or 0x513E0A) is known color: Madras. HEX triplet: 51, 3E and 0A. RGB value is (81,62,10). Sum of RGB (Red+Green+Blue) = 81+62+10=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E0A is #AEC1F5. Grayscale: #3D3D3D. Windows color (decimal): -11452918 or 671313. OLE color: 671313.

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

Color convert

RGB 81 62 10 -
CMYK 0 0.23 0.88 0.68
HSL 43.94º 0.78% 0.18% -
HSV(B) 43.94º 0.88% 0.32% -
XYZ 5.17 5.22 1.02 -
YUV 61.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 81 62 10 0 0.23 0.88 0.68 43.94 0.78 0.18
Hex 51 3E A 0 17 58 44 2C 4E 12
Octal 121 76 12 0 27 130 104 54 116 22
Binary 1010001 111110 1010 0 10111 1011000 1000100 101100 1001110 10010

Color Harmonies of #513E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E0A

Black with #513E0A

Text Example


Text Example

White with #513E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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