Html Css Color HEX #514725 Bronze Olive

📋 copy color: '#514725'

red 81 ◦ green 71 ◦ blue 37

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

Shades of Bronze Olive #514725

Tints of Bronze Olive #514725

RGB

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

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

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

R = 42.86%
G = 37.57%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#514725 (or 0x514725) is known color: Bronze Olive. HEX triplet: 51, 47 and 25. RGB value is (81,71,37). Sum of RGB (Red+Green+Blue) = 81+71+37=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514725 is #AEB8DA. Grayscale: #464646. Windows color (decimal): -11450587 or 2443089. OLE color: 2443089.

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

Color convert

RGB 81 71 37 -
CMYK 0 0.12 0.54 0.68
HSL 46.36º 0.37% 0.23% -
HSV(B) 46.36º 0.54% 0.32% -
XYZ 5.98 6.39 2.67 -
YUV 70.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 81 71 37 0 0.12 0.54 0.68 46.36 0.37 0.23
Hex 51 47 25 0 C 36 44 2E 25 17
Octal 121 107 45 0 14 66 104 56 45 27
Binary 1010001 1000111 100101 0 1100 110110 1000100 101110 100101 10111

Color Harmonies of #514725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514725

Black with #514725

Text Example


Text Example

White with #514725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514725; }

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

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

background-color css

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

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

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

border-color css

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

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

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