Html Css Color HEX #514C26 Bronze Olive

📋 copy color: '#514C26'

red 81 ◦ green 76 ◦ blue 38

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

Shades of Bronze Olive #514C26

Tints of Bronze Olive #514C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.97%

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 41.54%
G = 38.97%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#514C26 (or 0x514C26) is known color: Bronze Olive. HEX triplet: 51, 4C and 26. RGB value is (81,76,38). Sum of RGB (Red+Green+Blue) = 81+76+38=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #514C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C26 is #AEB3D9. Grayscale: #494949. Windows color (decimal): -11449306 or 2509905. OLE color: 2509905.

HSL color Cylindrical-coordinate representation of color #514C26: hue angle of 53.02º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514C26 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 76 38 -
CMYK 0 0.06 0.53 0.68
HSL 53.02º 0.36% 0.23% -
HSV(B) 53.02º 0.53% 0.32% -
XYZ 6.33 7.06 2.86 -
YUV 73.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 81 76 38 0 0.06 0.53 0.68 53.02 0.36 0.23
Hex 51 4C 26 0 6 35 44 35 24 17
Octal 121 114 46 0 6 65 104 65 44 27
Binary 1010001 1001100 100110 0 110 110101 1000100 110101 100100 10111

Color Harmonies of #514C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C26

Black with #514C26

Text Example


Text Example

White with #514C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514C26; }

 p { color: rgb(81,76,38); }

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

background-color css

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

 a { background-color: rgb(81,76,38); }

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

border-color css

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

 span { border-color: rgb(81,76,38); }

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