Html Css Color HEX #514031 Deep Bronze

📋 copy color: '#514031'

red 81 ◦ green 64 ◦ blue 49

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

Shades of Deep Bronze #514031

Tints of Deep Bronze #514031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 41.75%
G = 32.99%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#514031 (or 0x514031) is known color: Deep Bronze. HEX triplet: 51, 40 and 31. RGB value is (81,64,49). Sum of RGB (Red+Green+Blue) = 81+64+49=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #514031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514031 is #AEBFCE. Grayscale: #434343. Windows color (decimal): -11452367 or 3227729. OLE color: 3227729.

HSL color Cylindrical-coordinate representation of color #514031: hue angle of 28.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #514031 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 49 -
CMYK 0 0.21 0.40 0.68
HSL 28.13º 0.25% 0.25% -
HSV(B) 28.13º 0.4% 0.32% -
XYZ 5.78 5.64 3.69 -
YUV 67.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 81 64 49 0 0.21 0.40 0.68 28.13 0.25 0.25
Hex 51 40 31 0 15 28 44 1C 19 19
Octal 121 100 61 0 25 50 104 34 31 31
Binary 1010001 1000000 110001 0 10101 101000 1000100 11100 11001 11001

Color Harmonies of #514031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514031

Black with #514031

Text Example


Text Example

White with #514031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514031; }

 p { color: rgb(81,64,49); }

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

background-color css

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

 a { background-color: rgb(81,64,49); }

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

border-color css

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

 span { border-color: rgb(81,64,49); }

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