Html Css Color HEX #514432 Deep Bronze

📋 copy color: '#514432'

red 81 ◦ green 68 ◦ blue 50

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

Shades of Deep Bronze #514432

Tints of Deep Bronze #514432

RGB

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

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

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

R = 40.7%
G = 34.17%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#514432 (or 0x514432) is known color: Deep Bronze. HEX triplet: 51, 44 and 32. RGB value is (81,68,50). Sum of RGB (Red+Green+Blue) = 81+68+50=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514432 is #AEBBCD. Grayscale: #454545. Windows color (decimal): -11451342 or 3294289. OLE color: 3294289.

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

Color convert

RGB 81 68 50 -
CMYK 0 0.16 0.38 0.68
HSL 34.84º 0.24% 0.26% -
HSV(B) 34.84º 0.38% 0.32% -
XYZ 6.04 6.11 3.88 -
YUV 69.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 81 68 50 0 0.16 0.38 0.68 34.84 0.24 0.26
Hex 51 44 32 0 10 26 44 23 18 1A
Octal 121 104 62 0 20 46 104 43 30 32
Binary 1010001 1000100 110010 0 10000 100110 1000100 100011 11000 11010

Color Harmonies of #514432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514432

Black with #514432

Text Example


Text Example

White with #514432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514432; }

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

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

background-color css

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

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

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

border-color css

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

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

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