Html Css Color HEX #513E03 Madras

📋 copy color: '#513E03'

red 81 ◦ green 62 ◦ blue 3

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

Shades of Madras #513E03

Tints of Madras #513E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.05%

R = 55.48%
G = 42.47%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#513E03 (or 0x513E03) is known color: Madras. HEX triplet: 51, 3E and 03. RGB value is (81,62,3). Sum of RGB (Red+Green+Blue) = 81+62+3=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #513E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E03 is #AEC1FC. Grayscale: #3D3D3D. Windows color (decimal): -11452925 or 212561. OLE color: 212561.

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

Color convert

RGB 81 62 3 -
CMYK 0 0.23 0.96 0.68
HSL 45.38º 0.93% 0.16% -
HSV(B) 45.38º 0.96% 0.32% -
XYZ 5.13 5.2 0.82 -
YUV 60.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 81 62 3 0 0.23 0.96 0.68 45.38 0.93 0.16
Hex 51 3E 3 0 17 60 44 2D 5D 10
Octal 121 76 3 0 27 140 104 55 135 20
Binary 1010001 111110 11 0 10111 1100000 1000100 101101 1011101 10000

Color Harmonies of #513E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E03

Black with #513E03

Text Example


Text Example

White with #513E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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