Html Css Color HEX #514404 Madras

📋 copy color: '#514404'

red 81 ◦ green 68 ◦ blue 4

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

Shades of Madras #514404

Tints of Madras #514404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.44%

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

R = 52.94%
G = 44.44%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#514404 (or 0x514404) is known color: Madras. HEX triplet: 51, 44 and 04. RGB value is (81,68,4). Sum of RGB (Red+Green+Blue) = 81+68+4=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #514404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514404 is #AEBBFB. Grayscale: #404040. Windows color (decimal): -11451388 or 279633. OLE color: 279633.

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

Color convert

RGB 81 68 4 -
CMYK 0 0.16 0.95 0.68
HSL 49.87º 0.91% 0.17% -
HSV(B) 49.87º 0.95% 0.32% -
XYZ 5.48 5.89 0.96 -
YUV 64.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 81 68 4 0 0.16 0.95 0.68 49.87 0.91 0.17
Hex 51 44 4 0 10 5F 44 32 5B 11
Octal 121 104 4 0 20 137 104 62 133 21
Binary 1010001 1000100 100 0 10000 1011111 1000100 110010 1011011 10001

Color Harmonies of #514404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514404

Black with #514404

Text Example


Text Example

White with #514404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514404; }

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

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

background-color css

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

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

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

border-color css

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

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

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