Html Css Color HEX #513A04 Madras

📋 copy color: '#513A04'

red 81 ◦ green 58 ◦ blue 4

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

Shades of Madras #513A04

Tints of Madras #513A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.56%

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

R = 56.64%
G = 40.56%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#513A04 (or 0x513A04) is known color: Madras. HEX triplet: 51, 3A and 04. RGB value is (81,58,4). Sum of RGB (Red+Green+Blue) = 81+58+4=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A04 is #AEC5FB. Grayscale: #3A3A3A. Windows color (decimal): -11453948 or 277073. OLE color: 277073.

HSL color Cylindrical-coordinate representation of color #513A04: hue angle of 42.08º 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 #513A04 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 58 4 -
CMYK 0 0.28 0.95 0.68
HSL 42.08º 0.91% 0.17% -
HSV(B) 42.08º 0.95% 0.32% -
XYZ 4.93 4.78 0.78 -
YUV 58.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 81 58 4 0 0.28 0.95 0.68 42.08 0.91 0.17
Hex 51 3A 4 0 1C 5F 44 2A 5B 11
Octal 121 72 4 0 34 137 104 52 133 21
Binary 1010001 111010 100 0 11100 1011111 1000100 101010 1011011 10001

Color Harmonies of #513A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A04

Black with #513A04

Text Example


Text Example

White with #513A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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