Html Css Color HEX #514227 Deep Bronze

📋 copy color: '#514227'

red 81 ◦ green 66 ◦ blue 39

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

Shades of Deep Bronze #514227

Tints of Deep Bronze #514227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 43.55%
G = 35.48%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#514227 (or 0x514227) is known color: Deep Bronze. HEX triplet: 51, 42 and 27. RGB value is (81,66,39). Sum of RGB (Red+Green+Blue) = 81+66+39=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514227 is #AEBDD8. Grayscale: #434343. Windows color (decimal): -11451865 or 2572881. OLE color: 2572881.

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

Color convert

RGB 81 66 39 -
CMYK 0 0.19 0.52 0.68
HSL 38.57º 0.35% 0.24% -
HSV(B) 38.57º 0.52% 0.32% -
XYZ 5.71 5.79 2.74 -
YUV 67.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 81 66 39 0 0.19 0.52 0.68 38.57 0.35 0.24
Hex 51 42 27 0 13 34 44 27 23 18
Octal 121 102 47 0 23 64 104 47 43 30
Binary 1010001 1000010 100111 0 10011 110100 1000100 100111 100011 11000

Color Harmonies of #514227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514227

Black with #514227

Text Example


Text Example

White with #514227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514227; }

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

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

background-color css

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

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

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

border-color css

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

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

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