Html Css Color HEX #514129 Deep Bronze

📋 copy color: '#514129'

red 81 ◦ green 65 ◦ blue 41

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

Shades of Deep Bronze #514129

Tints of Deep Bronze #514129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

 BLUE value IS 41 (16.41% from 255) = 21.93%

R = 43.32%
G = 34.76%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#514129 (or 0x514129) is known color: Deep Bronze. HEX triplet: 51, 41 and 29. RGB value is (81,65,41). Sum of RGB (Red+Green+Blue) = 81+65+41=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514129 is #AEBED6. Grayscale: #434343. Windows color (decimal): -11452119 or 2703697. OLE color: 2703697.

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

Color convert

RGB 81 65 41 -
CMYK 0 0.20 0.49 0.68
HSL 36º 0.33% 0.24% -
HSV(B) 36º 0.49% 0.32% -
XYZ 5.68 5.69 2.9 -
YUV 67.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 81 65 41 0 0.20 0.49 0.68 36 0.33 0.24
Hex 51 41 29 0 14 31 44 24 21 18
Octal 121 101 51 0 24 61 104 44 41 30
Binary 1010001 1000001 101001 0 10100 110001 1000100 100100 100001 11000

Color Harmonies of #514129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514129

Black with #514129

Text Example


Text Example

White with #514129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514129; }

 p { color: rgb(81,65,41); }

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

background-color css

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

 a { background-color: rgb(81,65,41); }

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

border-color css

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

 span { border-color: rgb(81,65,41); }

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