Html Css Color HEX #514C18 Bronze Olive

📋 copy color: '#514C18'

red 81 ◦ green 76 ◦ blue 24

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

Shades of Bronze Olive #514C18

Tints of Bronze Olive #514C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 44.75%
G = 41.99%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#514C18 (or 0x514C18) is known color: Bronze Olive. HEX triplet: 51, 4C and 18. RGB value is (81,76,24). Sum of RGB (Red+Green+Blue) = 81+76+24=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C18 is #AEB3E7. Grayscale: #474747. Windows color (decimal): -11449320 or 1592401. OLE color: 1592401.

HSL color Cylindrical-coordinate representation of color #514C18: hue angle of 54.74º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514C18 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 76 24 -
CMYK 0 0.06 0.70 0.68
HSL 54.74º 0.54% 0.21% -
HSV(B) 54.74º 0.7% 0.32% -
XYZ 6.14 6.98 1.89 -
YUV 71.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 81 76 24 0 0.06 0.70 0.68 54.74 0.54 0.21
Hex 51 4C 18 0 6 46 44 37 36 15
Octal 121 114 30 0 6 106 104 67 66 25
Binary 1010001 1001100 11000 0 110 1000110 1000100 110111 110110 10101

Color Harmonies of #514C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C18

Black with #514C18

Text Example


Text Example

White with #514C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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