Html Css Color HEX #514535 Deep Bronze

📋 copy color: '#514535'

red 81 ◦ green 69 ◦ blue 53

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

Shades of Deep Bronze #514535

Tints of Deep Bronze #514535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 39.9%
G = 33.99%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#514535 (or 0x514535) is known color: Deep Bronze. HEX triplet: 51, 45 and 35. RGB value is (81,69,53). Sum of RGB (Red+Green+Blue) = 81+69+53=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514535 is #AEBACA. Grayscale: #464646. Windows color (decimal): -11451083 or 3491153. OLE color: 3491153.

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

Color convert

RGB 81 69 53 -
CMYK 0 0.15 0.35 0.68
HSL 34.29º 0.21% 0.26% -
HSV(B) 34.29º 0.35% 0.32% -
XYZ 6.16 6.26 4.25 -
YUV 70.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 81 69 53 0 0.15 0.35 0.68 34.29 0.21 0.26
Hex 51 45 35 0 F 23 44 22 15 1A
Octal 121 105 65 0 17 43 104 42 25 32
Binary 1010001 1000101 110101 0 1111 100011 1000100 100010 10101 11010

Color Harmonies of #514535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514535

Black with #514535

Text Example


Text Example

White with #514535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514535; }

 p { color: rgb(81,69,53); }

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

background-color css

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

 a { background-color: rgb(81,69,53); }

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

border-color css

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

 span { border-color: rgb(81,69,53); }

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