Html Css Color HEX #514127 Deep Bronze

📋 copy color: '#514127'

red 81 ◦ green 65 ◦ blue 39

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

Shades of Deep Bronze #514127

Tints of Deep Bronze #514127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.08%

R = 43.78%
G = 35.14%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#514127 (or 0x514127) is known color: Deep Bronze. HEX triplet: 51, 41 and 27. RGB value is (81,65,39). Sum of RGB (Red+Green+Blue) = 81+65+39=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514127 is #AEBED8. Grayscale: #424242. Windows color (decimal): -11452121 or 2572625. OLE color: 2572625.

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

Color convert

RGB 81 65 39 -
CMYK 0 0.20 0.52 0.68
HSL 37.14º 0.35% 0.24% -
HSV(B) 37.14º 0.52% 0.32% -
XYZ 5.65 5.68 2.72 -
YUV 66.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 81 65 39 0 0.20 0.52 0.68 37.14 0.35 0.24
Hex 51 41 27 0 14 34 44 25 23 18
Octal 121 101 47 0 24 64 104 45 43 30
Binary 1010001 1000001 100111 0 10100 110100 1000100 100101 100011 11000

Color Harmonies of #514127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514127

Black with #514127

Text Example


Text Example

White with #514127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514127; }

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

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

background-color css

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

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

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

border-color css

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

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

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