Html Css Color HEX #514536 Metallic Bronze

📋 copy color: '#514536'

red 81 ◦ green 69 ◦ blue 54

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

Shades of Metallic Bronze #514536

Tints of Metallic Bronze #514536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.47%

R = 39.71%
G = 33.82%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#514536 (or 0x514536) is known color: Metallic Bronze. HEX triplet: 51, 45 and 36. RGB value is (81,69,54). Sum of RGB (Red+Green+Blue) = 81+69+54=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514536 is #AEBAC9. Grayscale: #464646. Windows color (decimal): -11451082 or 3556689. OLE color: 3556689.

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

Color convert

RGB 81 69 54 -
CMYK 0 0.15 0.33 0.68
HSL 33.33º 0.2% 0.26% -
HSV(B) 33.33º 0.33% 0.32% -
XYZ 6.19 6.27 4.37 -
YUV 70.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 81 69 54 0 0.15 0.33 0.68 33.33 0.2 0.26
Hex 51 45 36 0 F 21 44 21 14 1A
Octal 121 105 66 0 17 41 104 41 24 32
Binary 1010001 1000101 110110 0 1111 100001 1000100 100001 10100 11010

Color Harmonies of #514536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514536

Black with #514536

Text Example


Text Example

White with #514536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514536; }

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

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

background-color css

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

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

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

border-color css

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

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

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