Html Css Color HEX #514532 Deep Bronze

📋 copy color: '#514532'

red 81 ◦ green 69 ◦ blue 50

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

Shades of Deep Bronze #514532

Tints of Deep Bronze #514532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25%

R = 40.5%
G = 34.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#514532 (or 0x514532) is known color: Deep Bronze. HEX triplet: 51, 45 and 32. RGB value is (81,69,50). Sum of RGB (Red+Green+Blue) = 81+69+50=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #514532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514532 is #AEBACD. Grayscale: #464646. Windows color (decimal): -11451086 or 3294545. OLE color: 3294545.

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

Color convert

RGB 81 69 50 -
CMYK 0 0.15 0.38 0.68
HSL 36.77º 0.24% 0.26% -
HSV(B) 36.77º 0.38% 0.32% -
XYZ 6.1 6.24 3.9 -
YUV 70.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 81 69 50 0 0.15 0.38 0.68 36.77 0.24 0.26
Hex 51 45 32 0 F 26 44 25 18 1A
Octal 121 105 62 0 17 46 104 45 30 32
Binary 1010001 1000101 110010 0 1111 100110 1000100 100101 11000 11010

Color Harmonies of #514532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514532

Black with #514532

Text Example


Text Example

White with #514532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514532; }

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

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

background-color css

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

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

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

border-color css

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

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

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