Html Css Color HEX #514125 Deep Bronze

📋 copy color: '#514125'

red 81 ◦ green 65 ◦ blue 37

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

Shades of Deep Bronze #514125

Tints of Deep Bronze #514125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.22%

R = 44.26%
G = 35.52%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#514125 (or 0x514125) is known color: Deep Bronze. HEX triplet: 51, 41 and 25. RGB value is (81,65,37). Sum of RGB (Red+Green+Blue) = 81+65+37=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514125 is #AEBEDA. Grayscale: #424242. Windows color (decimal): -11452123 or 2441553. OLE color: 2441553.

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

Color convert

RGB 81 65 37 -
CMYK 0 0.20 0.54 0.68
HSL 38.18º 0.37% 0.23% -
HSV(B) 38.18º 0.54% 0.32% -
XYZ 5.62 5.66 2.55 -
YUV 66.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 81 65 37 0 0.20 0.54 0.68 38.18 0.37 0.23
Hex 51 41 25 0 14 36 44 26 25 17
Octal 121 101 45 0 24 66 104 46 45 27
Binary 1010001 1000001 100101 0 10100 110110 1000100 100110 100101 10111

Color Harmonies of #514125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514125

Black with #514125

Text Example


Text Example

White with #514125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514125; }

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

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

background-color css

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

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

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

border-color css

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

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

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