Html Css Color HEX #513F04 Madras

📋 copy color: '#513F04'

red 81 ◦ green 63 ◦ blue 4

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

Shades of Madras #513F04

Tints of Madras #513F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.7%

R = 54.73%
G = 42.57%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#513F04 (or 0x513F04) is known color: Madras. HEX triplet: 51, 3F and 04. RGB value is (81,63,4). Sum of RGB (Red+Green+Blue) = 81+63+4=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #513F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F04 is #AEC0FB. Grayscale: #3D3D3D. Windows color (decimal): -11452668 or 278353. OLE color: 278353.

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

Color convert

RGB 81 63 4 -
CMYK 0 0.22 0.95 0.68
HSL 45.97º 0.91% 0.17% -
HSV(B) 45.97º 0.95% 0.32% -
XYZ 5.19 5.31 0.87 -
YUV 61.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 81 63 4 0 0.22 0.95 0.68 45.97 0.91 0.17
Hex 51 3F 4 0 16 5F 44 2E 5B 11
Octal 121 77 4 0 26 137 104 56 133 21
Binary 1010001 111111 100 0 10110 1011111 1000100 101110 1011011 10001

Color Harmonies of #513F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F04

Black with #513F04

Text Example


Text Example

White with #513F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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