Html Css Color HEX #514727 Bronze Olive

📋 copy color: '#514727'

red 81 ◦ green 71 ◦ blue 39

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

Shades of Bronze Olive #514727

Tints of Bronze Olive #514727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

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

R = 42.41%
G = 37.17%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#514727 (or 0x514727) is known color: Bronze Olive. HEX triplet: 51, 47 and 27. RGB value is (81,71,39). Sum of RGB (Red+Green+Blue) = 81+71+39=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514727 is #AEB8D8. Grayscale: #464646. Windows color (decimal): -11450585 or 2574161. OLE color: 2574161.

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

Color convert

RGB 81 71 39 -
CMYK 0 0.12 0.52 0.68
HSL 45.71º 0.35% 0.24% -
HSV(B) 45.71º 0.52% 0.32% -
XYZ 6.01 6.4 2.84 -
YUV 70.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 81 71 39 0 0.12 0.52 0.68 45.71 0.35 0.24
Hex 51 47 27 0 C 34 44 2E 23 18
Octal 121 107 47 0 14 64 104 56 43 30
Binary 1010001 1000111 100111 0 1100 110100 1000100 101110 100011 11000

Color Harmonies of #514727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514727

Black with #514727

Text Example


Text Example

White with #514727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514727; }

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

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

background-color css

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

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

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

border-color css

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

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

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