Html Css Color HEX #514A23 Bronze Olive

📋 copy color: '#514A23'

red 81 ◦ green 74 ◦ blue 35

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

Shades of Bronze Olive #514A23

Tints of Bronze Olive #514A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.95%

 BLUE value IS 35 (14.06% from 255) = 18.42%

R = 42.63%
G = 38.95%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#514A23 (or 0x514A23) is known color: Bronze Olive. HEX triplet: 51, 4A and 23. RGB value is (81,74,35). Sum of RGB (Red+Green+Blue) = 81+74+35=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A23 is #AEB5DC. Grayscale: #474747. Windows color (decimal): -11449821 or 2312785. OLE color: 2312785.

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

Color convert

RGB 81 74 35 -
CMYK 0 0.09 0.57 0.68
HSL 50.87º 0.4% 0.23% -
HSV(B) 50.87º 0.57% 0.32% -
XYZ 6.15 6.77 2.57 -
YUV 71.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 81 74 35 0 0.09 0.57 0.68 50.87 0.4 0.23
Hex 51 4A 23 0 9 39 44 33 28 17
Octal 121 112 43 0 11 71 104 63 50 27
Binary 1010001 1001010 100011 0 1001 111001 1000100 110011 101000 10111

Color Harmonies of #514A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A23

Black with #514A23

Text Example


Text Example

White with #514A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,74,35); }

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

background-color css

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

 a { background-color: rgb(81,74,35); }

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

border-color css

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

 span { border-color: rgb(81,74,35); }

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