Html Css Color HEX #514827 Bronze Olive

📋 copy color: '#514827'

red 81 ◦ green 72 ◦ blue 39

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

Shades of Bronze Olive #514827

Tints of Bronze Olive #514827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

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

R = 42.19%
G = 37.5%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#514827 (or 0x514827) is known color: Bronze Olive. HEX triplet: 51, 48 and 27. RGB value is (81,72,39). Sum of RGB (Red+Green+Blue) = 81+72+39=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514827 is #AEB7D8. Grayscale: #474747. Windows color (decimal): -11450329 or 2574417. OLE color: 2574417.

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

Color convert

RGB 81 72 39 -
CMYK 0 0.11 0.52 0.68
HSL 47.14º 0.35% 0.24% -
HSV(B) 47.14º 0.52% 0.32% -
XYZ 6.08 6.53 2.86 -
YUV 70.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 81 72 39 0 0.11 0.52 0.68 47.14 0.35 0.24
Hex 51 48 27 0 B 34 44 2F 23 18
Octal 121 110 47 0 13 64 104 57 43 30
Binary 1010001 1001000 100111 0 1011 110100 1000100 101111 100011 11000

Color Harmonies of #514827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514827

Black with #514827

Text Example


Text Example

White with #514827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514827; }

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

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

background-color css

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

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

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

border-color css

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

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

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